mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 01:00:35 +02:00
* made ts010033 a bit faster (reduced loop counts, it took too long)
This commit is contained in:
parent
64a546a24c
commit
1670f83175
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user