Skip to content
Snippets Groups Projects
Commit 7165f19d authored by wlott's avatar wlott
Browse files

Fixed the order of the alloc pointer and the gc-trigger in the tlt inst in

with-fixed-allocation.  Trapping whenever we don't need to GC is a bad
idea.
parent 81d5b305
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@
(storew ,header-tn ,result-tn 0 other-pointer-type)
,@body)
(load-symbol-value ,header-tn *internal-gc-trigger*)
(inst tlt ,alloc-tn ,header-tn)))
(inst tlt ,header-tn ,alloc-tn)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment