|
aaa55a4f9d
|
native: lookup native methods by hash table entry
|
2025-01-10 19:43:05 -06:00 |
|
|
d1483a0c15
|
gc: automatically run garbage collection if memory allocation fails
|
2025-01-09 20:52:45 -06:00 |
|
|
dd4795c46b
|
gc: add mark+sweep garbage collector
|
2025-01-09 19:29:39 -06:00 |
|
|
ab75598043
|
remove class_resolver_memoize_string_type
This was a decent idea, but it is not flexible enough to allow for correct
superclass type comparisons.
|
2025-01-06 22:29:32 -06:00 |
|
|
895646c25a
|
refactor multiarray/anewarray/newarray/instanceof/checkedcast
|
2025-01-06 21:41:31 -06:00 |
|
|
832c182471
|
filter exception handlers by catch_type
|
2025-01-05 23:29:05 -06:00 |
|
|
47fc2b90e2
|
implement backtrace allocation / printing
|
2025-01-05 21:47:13 -06:00 |
|
|
7914abe702
|
initial throw/catch implementation
|
2025-01-05 20:36:07 -06:00 |
|
|
d101710e0f
|
backtrace / code_attribute / method_entry refactor
|
2025-01-05 16:38:14 -06:00 |
|
|
9090f266cd
|
load class files from Java
|
2025-01-02 08:47:33 -06:00 |
|
|
2fe03bf38f
|
class_resolver: correct behavior for instance field lookup from superclass
|
2024-12-31 07:55:04 -06:00 |
|
|
e22f2e87e8
|
partial support for checkcast and instanceof on object arrays
|
2024-12-30 11:50:07 -06:00 |
|
|
40ab3ddfd3
|
improve hash table entry debug prints
|
2024-12-30 09:42:26 -06:00 |
|
|
867a10ac2b
|
implement instanceof superclass behavior
|
2024-12-30 09:04:12 -06:00 |
|
|
9677332560
|
correct invokevirtual method resolution order
|
2024-12-29 12:25:31 -06:00 |
|
|
5c88c8f7c1
|
improve print implementation
|
2024-12-29 11:56:03 -06:00 |
|
|
8768bd516c
|
implement invokeinterface
|
2024-12-29 09:38:03 -06:00 |
|
|
b6da4ecea7
|
implement superclass method lookup
|
2024-12-29 08:48:10 -06:00 |
|
|
cb26d8cadf
|
implement superclass instance field lookup
|
2024-12-29 07:14:51 -06:00 |
|
|
168c0abbae
|
implement multianewarray
|
2024-12-27 05:01:41 -06:00 |
|
|
4f312ad42c
|
implement wide
|
2024-12-27 04:08:03 -06:00 |
|
|
08f1fe0aa6
|
native_java_io_printstream_write
|
2024-12-26 05:18:02 -06:00 |
|
|
a476201cc1
|
initial dreamcast build system
|
2024-12-26 05:18:00 -06:00 |
|
|
b78d4408f1
|
remove all uses of stdlib printf/putc/puts
|
2024-12-26 00:46:45 -06:00 |
|
|
b18060e646
|
replace printf with debugf
|
2024-12-26 00:02:08 -06:00 |
|
|
cedeb20353
|
replace <stdio.h> include with platform macros
|
2024-12-25 23:20:17 -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 |
|
|
f1709eb369
|
implement all reference operations
|
2024-12-25 06:30:45 -06:00 |
|
|
eef2c848e8
|
implement long
|
2024-12-25 01:16:59 -06:00 |
|
|
baa3db16b1
|
implement static method overloading
|
2024-12-24 20:24:14 -06:00 |
|
|
d2863035e4
|
implement static fields
|
2024-12-24 07:44:14 -06:00 |
|
|
3791a78e19
|
add AdventOfCodeDay2 test
|
2024-12-24 02:54:06 -06:00 |
|
|
932a7c82aa
|
add class_resolver
Implement the getfield and invokestatic opcodes.
|
2024-12-23 23:25:45 -06:00 |
|