mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 04:31:25 +00:00
Force stack checking and repair off for internal calls to ~ZERO.
This can make unoptimized initialization code a bit smaller and faster.
This commit is contained in:
parent
7584f8185c
commit
772043241c
@ -4405,7 +4405,7 @@ var
|
||||
Gen1t(pc_ldc, ord(elements), cgWord);
|
||||
Gen0t(pc_stk, cgWord);
|
||||
Gen0t(pc_bno, cgULong);
|
||||
Gen1tName(pc_cup, 0, cgVoid, @'~ZERO');
|
||||
Gen1tName(pc_cup, -1, cgVoid, @'~ZERO');
|
||||
end; {if}
|
||||
iPtr := iPtr^.next;
|
||||
goto 1;
|
||||
@ -4422,7 +4422,7 @@ var
|
||||
Gen1t(pc_ldc, size, cgWord);
|
||||
Gen0t(pc_stk, cgWord);
|
||||
Gen0t(pc_bno, cgULong);
|
||||
Gen1tName(pc_cup, 0, cgVoid, @'~ZERO');
|
||||
Gen1tName(pc_cup, -1, cgVoid, @'~ZERO');
|
||||
disp := disp + size;
|
||||
count := count - long(elements).lsw;
|
||||
if count = 0 then begin
|
||||
|
Loading…
Reference in New Issue
Block a user