readme.txt 420 B

12345678910
  1. Test the realtime GC without linking nimrtl.dll/so.
  2. To build by hand and run the test for 35 minutes:
  3. $ nim r --threads:on -d:runtimeSecs:2100 tests/realtimeGC/nmain.nim
  4. ```
  5. xxx do we still need tests/realtimeGC/cmain.c?
  6. if so, tests/realtimeGC/cmain.c needs to updated and factorized with nmain.nim to avoid duplication (even if it's a C file)
  7. ```
  8. $ gcc -o tests/realtimeGC/cmain tests/realtimeGC/cmain.c -ldl