lama_byterun/runtime
2023-07-03 17:58:55 +02:00
..
.clang-format add clang-format; reformat files 2023-05-31 11:01:11 +02:00
.gitignore .gitignore files 2020-12-11 18:04:30 +03:00
gc.c fix: do not fix extra root if it points to lama stack; uncomment extra roots registration; rise error if binary operation is done over pointers 2023-07-03 17:58:55 +02:00
gc.h fix 2023-06-29 20:05:54 +02:00
gc_runtime.s add clang-format; reformat files 2023-05-31 11:01:11 +02:00
Makefile Added check of invariance of objects' topology before and after compaction 2023-06-20 16:22:35 +02:00
runtime.c fix: do not fix extra root if it points to lama stack; uncomment extra roots registration; rise error if binary operation is done over pointers 2023-07-03 17:58:55 +02:00
runtime.h add clang-format; reformat files 2023-05-31 11:01:11 +02:00
runtime_common.h fixed issues with heap traversal output 2023-06-25 22:51:40 +02:00
Std.i fexists added 2021-11-19 01:38:22 +03:00
test_main.c add clang-format; reformat files 2023-05-31 11:01:11 +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 add clang-format; reformat files 2023-05-31 11:01:11 +02:00
virt_stack.h add clang-format; reformat files 2023-05-31 11:01:11 +02:00