lama_byterun/runtime
2024-07-11 15:19:22 +02:00
..
negative_scenarios Added negative test scenarios 2023-10-04 05:23:14 +02:00
.clang-format Debug output is now hidden when DEBUG_VERSION compilation option is off, added LAMA_ENV compilation option to control whether global area scan is needed 2023-07-28 16:37:39 +02:00
.gitignore .gitignore files 2020-12-11 18:04:30 +03:00
gc.c Added X64_64 support for the x86-64 platform 2024-07-11 15:19:22 +02:00
gc.h Added X64_64 support for the x86-64 platform 2024-07-11 15:19:22 +02:00
Makefile Added stack alignment check, fixed Makefile to build target in x86-64 mode 2024-07-11 15:19:22 +02:00
runtime.c Added stack alignment check, fixed Makefile to build target in x86-64 mode 2024-07-11 15:19:22 +02:00
runtime.h Added X64_64 support for the x86-64 platform 2024-07-11 15:19:22 +02:00
runtime_common.h Added X64_64 support for the x86-64 platform 2024-07-11 15:19:22 +02:00
Std.i fexists added 2021-11-19 01:38:22 +03:00
test_main.c Fixed unit tests + fixed different compilation flags' combinations so that code compiles and works properly + added unit tests execution into a github actions workflow 2023-09-27 03:45:58 +02:00
test_util.s Added tests + fixed bunch of bugs in GC implementation 2023-04-26 14:22:14 +02:00
TODO.md Fixed unit tests + fixed different compilation flags' combinations so that code compiles and works properly + added unit tests execution into a github actions workflow 2023-09-27 03:45:58 +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