21 Commits

Author SHA1 Message Date
aaa55a4f9d native: lookup native methods by hash table entry 2025-01-10 19:43:05 -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
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
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
8768bd516c implement invokeinterface 2024-12-29 09:38:03 -06:00
af87766f50 main: remove all non-platform-specific code 2024-12-26 00:57:36 -06:00
cedeb20353 replace <stdio.h> include with platform macros 2024-12-25 23:20:17 -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
bba08c9a3e implement class instances 2024-12-25 04:36:46 -06:00
d0edd6b12b implement double 2024-12-25 01:42:24 -06:00
eef2c848e8 implement long 2024-12-25 01:16:59 -06:00
d2863035e4 implement static fields 2024-12-24 07:44:14 -06:00
b266c6b4d3 implement float 2024-12-24 02:02:46 -06:00
d09d712f1b implement return/ireturn 2024-12-24 00:49:05 -06:00
932a7c82aa add class_resolver
Implement the getfield and invokestatic opcodes.
2024-12-23 23:25:45 -06:00
39f53e8ee4 initial 2024-12-23 14:41:20 -06:00