Optimizing captures in Scope
This commit is contained in:
@@ -548,7 +548,7 @@ begin
|
||||
|
||||
if series.AsRecordSeries.Value.TotalCount >= smaSlowLength then
|
||||
begin
|
||||
scope[seriesAddress].Value := series;
|
||||
scope[seriesAddress] := series;
|
||||
var resultValue := callAst.Accept(visitor);
|
||||
if i mod 50 = 0 then
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user