diff options
| author | Drahflow <drahflow@gmx.de> | 2013-07-21 19:39:24 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-07-21 19:39:24 +0200 |
| commit | edfa24b11358ff615901929f57d3d3161f7e049b (patch) | |
| tree | 19518463012fd02b91787fa27d20f84a16287844 | |
| parent | 60bfb0e64e57a3e923e98264f799bac020fb2338 (diff) | |
Disable GC load testing
| -rw-r--r-- | compiler/elymasAsmLib.ey | 6 |
1 files 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 |
