• Joined on 2023-04-23
bilbo pushed to main at bilbo/jvm 2025-01-11 00:00:45 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-10 03:00:27 +00:00
d1483a0c15 gc: automatically run garbage collection if memory allocation fails
bilbo pushed to main at bilbo/jvm 2025-01-10 02:58:15 +00:00
643f2f2370 gc: automatically run garbage collection if memory allocation fails
bilbo pushed to main at bilbo/jvm 2025-01-10 02:20:39 +00:00
fb63ad066c gc: automatically run garbage collection if memory allocation fails
bilbo pushed to main at bilbo/jvm 2025-01-10 01:37:25 +00:00
dd4795c46b gc: add mark+sweep garbage collector
bilbo pushed to main at bilbo/jvm 2025-01-10 01:36:28 +00:00
7e225505d4 backtrace: allocate as objectref
bilbo pushed to main at bilbo/jvm 2025-01-10 01:17:50 +00:00
3f587b5f76 gc: add mark+sweep garbage collector
bilbo pushed to main at bilbo/jvm 2025-01-09 22:49:38 +00:00
f28b98d43f gc wip
bilbo pushed to main at bilbo/jvm 2025-01-09 03:09:11 +00:00
16b4410be9 memory_allocator: add memory_is_allocated
bilbo pushed to main at bilbo/jvm 2025-01-09 01:54:34 +00:00
5ff099a99f move classes to classes directory
bilbo pushed to main at bilbo/jvm 2025-01-07 04:38:44 +00:00
ab75598043 remove class_resolver_memoize_string_type
bilbo pushed to main at bilbo/jvm 2025-01-07 03:49:39 +00:00
895646c25a refactor multiarray/anewarray/newarray/instanceof/checkedcast
bilbo pushed to main at bilbo/jvm 2025-01-06 22:52:51 +00:00
1dcda3d2ad native_types: refactor primitive array operations
bilbo pushed to main at bilbo/jvm 2025-01-06 21:39:02 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-06 14:56:12 +00:00
6f8477e5f0 debug_class_file: print bootstrap methods
bilbo pushed to main at bilbo/jvm 2025-01-06 14:36:28 +00:00
f1ecca8766 debug_class_file: print bootstrap methods
bilbo pushed to main at bilbo/jvm 2025-01-06 05:37:05 +00:00
832c182471 filter exception handlers by catch_type
bilbo pushed to main at bilbo/jvm 2025-01-06 04:13:02 +00:00
e163621ebe new: allocate 1×fields_count
bilbo pushed to main at bilbo/jvm 2025-01-06 03:55:04 +00:00
47fc2b90e2 implement backtrace allocation / printing
bilbo pushed to main at bilbo/jvm 2025-01-06 02:44:13 +00:00
7914abe702 initial throw/catch implementation