From edfa24b11358ff615901929f57d3d3161f7e049b Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 21 Jul 2013 19:39:24 +0200 Subject: Disable GC load testing --- compiler/elymasAsmLib.ey | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/elymasAsmLib.ey b/compiler/elymasAsmLib.ey index 5c938ac..40cdb69 100644 --- a/compiler/elymasAsmLib.ey +++ b/compiler/elymasAsmLib.ey @@ -170,9 +170,9 @@ # chunk will have GC length header initialized correctly [[ /rbx :pushqReg - /rdi :pushqReg # FIXME testing - /markAndSweep :callqLbl32 # FIXME testing - /rdi :popqReg # FIXME testing + # /rdi :pushqReg # TODO remove these three lines once load-testing the GC seems unnecessary + # /markAndSweep :callqLbl32 + # /rdi :popqReg /rdi :pushqReg /searchForFreeBlock :callqLbl32 /rax /rax :andqRegReg -- cgit v1.2.3