|
a9b40c9521
|
class_resolver: resolve static fields from superclasses
|
2025-01-11 16:44:08 -06:00 |
|
|
d1483a0c15
|
gc: automatically run garbage collection if memory allocation fails
|
2025-01-09 20:52:45 -06:00 |
|
|
d101710e0f
|
backtrace / code_attribute / method_entry refactor
|
2025-01-05 16:38:14 -06:00 |
|
|
b6da4ecea7
|
implement superclass method lookup
|
2024-12-29 08:48:10 -06:00 |
|
|
16eb6aa523
|
class_resolver: add constantpool-index-to-{class,method,field,string} cache
Object fields are now tightly packed. The intent is to make Object instances
more useful in native methods.
|
2024-12-25 21:09:15 -06:00 |
|
|
f1976baf57
|
implement String support
|
2024-12-25 10:10:28 -06:00 |
|
|
bba08c9a3e
|
implement class instances
|
2024-12-25 04:36:46 -06:00 |
|