浏览代码

* made ts010033 a bit faster (reduced loop counts, it took too long)

Jonas Maebe 25 年之前
父节点
当前提交
1670f83175
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/ts/ts010033.pp

+ 1 - 1
tests/ts/ts010033.pp

@@ -42,7 +42,7 @@ begin
   m := 0;
 { get as much regvars occupied as possible }
   for j := 1 to 1000 do
-    for k := 1 to 100 do
+    for k := 1 to 1000 do
       for l := k downto 0 do
          inc(m,j - k + l);
   if (j = 5) and (k = 0) and (l = 100) and function1 then