Optimizing captures in Scope

This commit is contained in:
Michael Schimmel
2025-09-15 12:12:23 +02:00
parent c913f9dbc5
commit e78ef0a3ea
4 changed files with 123 additions and 59 deletions
+1 -1
View File
@@ -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