mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* disable reg. allocator optimization introduced in r21812 for now because it caused some trouble, see #22405
git-svn-id: trunk@22036 -
This commit is contained in:
parent
51af7bd440
commit
ecdec2e431
@ -1000,7 +1000,8 @@ unit rgobj;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
ok:=(t<first_imaginary) or
|
ok:=(t<first_imaginary) or
|
||||||
((r<first_imaginary) and (r in usable_register_set)) or
|
// disabled for now, see issue #22405
|
||||||
|
// ((r<first_imaginary) and (r in usable_register_set)) or
|
||||||
(reginfo[t].degree<usable_registers_cnt) or
|
(reginfo[t].degree<usable_registers_cnt) or
|
||||||
ibitmap[r,t];
|
ibitmap[r,t];
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user