• Joined on 2023-04-23
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
bilbo pushed to main at bilbo/jvm 2024-12-25 16:18:04 +00:00
f1976baf57 implement String support
bilbo pushed to main at bilbo/jvm 2024-12-25 14:40:31 +00:00
3a75d5bcdc allow array references in areturn
bilbo pushed to main at bilbo/jvm 2024-12-25 12:53:49 +00:00
661e5c0751 implement dup variants
bilbo pushed to main at bilbo/jvm 2024-12-25 12:48:26 +00:00
e0e08278ae implement dup variants
bilbo pushed to main at bilbo/jvm 2024-12-25 12:38:17 +00:00
f1709eb369 implement all reference operations
bilbo pushed to main at bilbo/jvm 2024-12-25 10:44:45 +00:00
bba08c9a3e implement class instances