• Joined on 2023-04-23
bilbo pushed to main at bilbo/jvm 2025-01-13 00:28:26 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-12 22:20:54 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-12 00:10:50 +00:00
7aaa5ba4b1 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:41:10 +00:00
16e24f9d61 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:40:25 +00:00
23ca4a6faa add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:39:39 +00:00
ea9fad3585 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:38:44 +00:00
59080e4851 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 22:52:12 +00:00
a9b40c9521 class_resolver: resolve static fields from superclasses
bilbo pushed to main at bilbo/jvm 2025-01-11 22:34:00 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-11 08:04:49 +00:00
ec525bbfbc execute: implement instanceof for arrays of references
bilbo pushed to main at bilbo/jvm 2025-01-11 07:54:38 +00:00
8ecda6d88d execute: implement instanceof for arrays of references
bilbo pushed to main at bilbo/jvm 2025-01-11 07:16:16 +00:00
48d8db8e9e execute: implement runtime exceptions
bilbo pushed to main at bilbo/jvm 2025-01-11 04:30:59 +00:00
94556bcd97 add StringBuilder ; improve Object.toString
bilbo pushed to main at bilbo/jvm 2025-01-11 04:06:45 +00:00
008690543d implement java.lang.Class.getName
bilbo pushed to main at bilbo/jvm 2025-01-11 01:51:37 +00:00
aaa55a4f9d native: lookup native methods by hash table entry
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