• Joined on 2023-04-23
bilbo pushed to main at bilbo/jvm 2024-12-27 11:46:04 +00:00
56f65b8dda implement instanceof
bilbo pushed to main at bilbo/jvm 2024-12-27 11:44:51 +00:00
01dea67b73 implement instanceof
bilbo pushed to main at bilbo/jvm 2024-12-27 11:39:22 +00:00
05d3d7d2b9 implement instanceof
bilbo pushed to main at bilbo/jvm 2024-12-27 11:09:16 +00:00
168c0abbae implement multianewarray
bilbo pushed to main at bilbo/jvm 2024-12-27 10:15:32 +00:00
4f312ad42c implement wide
bilbo pushed to main at bilbo/jvm 2024-12-27 08:15:36 +00:00
f10429927b implement lookupswitch
bilbo pushed to main at bilbo/jvm 2024-12-27 07:31:21 +00:00
de4d8761f1 add DreamcastVideo example
bilbo pushed to main at bilbo/jvm 2024-12-27 04:00:11 +00:00
89cac52b14 add memory manipulation native functions
bilbo pushed to main at bilbo/jvm 2024-12-26 12:18:31 +00:00
0f1e3b8d75 add memory manipulation native functions
bilbo pushed to main at bilbo/jvm 2024-12-26 11:25:40 +00:00
08f1fe0aa6 native_java_io_printstream_write
a476201cc1 initial dreamcast build system
Compare 2 commits »
bilbo pushed to main at bilbo/jvm 2024-12-26 11:24:59 +00:00
2bb6661834 native_java_io_printstream_write
bilbo pushed to main at bilbo/jvm 2024-12-26 09:22:19 +00:00
63fa737aed initial dreamcast build system
bilbo pushed to main at bilbo/jvm 2024-12-26 09:01:53 +00:00
6b567a4372 initial dreamcast build system
bilbo pushed to main at bilbo/jvm 2024-12-26 09:01:16 +00:00
635e71ffac initial dreamcast build system
af87766f50 main: remove all non-platform-specific code
Compare 2 commits »
bilbo pushed to main at bilbo/jvm 2024-12-26 06:54:58 +00:00
b78d4408f1 remove all uses of stdlib printf/putc/puts
bilbo pushed to main at bilbo/jvm 2024-12-26 06:09:46 +00:00
b18060e646 replace printf with debugf
bilbo pushed to main at bilbo/jvm 2024-12-26 05:28:41 +00:00
cedeb20353 replace <stdio.h> include with platform macros
bilbo pushed to main at bilbo/jvm 2024-12-26 03:55:16 +00:00
bilbo pushed to main at bilbo/jvm 2024-12-26 03:18:52 +00:00
16eb6aa523 class_resolver: add constantpool-index-to-{class,method,field,string} cache
bilbo pushed to main at bilbo/jvm 2024-12-25 18:36:23 +00:00
0c41658958 add Solution example