lama_byterun/runtime
2023-04-26 14:22:14 +02:00
..
.gitignore .gitignore files 2020-12-11 18:04:30 +03:00
gc.c Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
gc.h Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
gc_runtime.s Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
Makefile Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
runtime.c Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
runtime.h Merged PR from Lama 2021-10-31 15:34:34 +03:00
runtime_common.h First version of mark-compact GC, runtime.c is severely outdated at the moment 2023-03-27 10:09:54 +02:00
Std.i fexists added 2021-11-19 01:38:22 +03:00
test_main.c Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
test_util.s Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
virt_stack.c Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
virt_stack.h Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00