Commit graph

13 commits

Author SHA1 Message Date
Sander Hautvast
512e7b63ad all array stores 2023-10-11 07:21:40 +02:00
Sander Hautvast
6feebec373 generified objectrefs, so we can include arrays 2023-10-09 21:36:46 +02:00
Sander Hautvast
3540f48f21 lot more opcodes 2023-10-02 21:25:56 +02:00
Sander Hautvast
2b50279c07 new implementation using Arc<UnsafeCell> 2023-10-01 22:22:17 +02:00
Sander Hautvast
b9d0a199a3 putfield sets the value in the object,
using Rc<RefCell>. Not really happy, but it works
2023-10-01 19:05:34 +02:00
Sander Hautvast
9a53f1785d Arc -> Rc 2023-10-01 18:32:53 +02:00
Sander Hautvast
027fd99312 clippies 2023-09-30 18:06:36 +02:00
Sander Hautvast
c821944fac method invocations! 2023-09-30 18:01:25 +02:00
Sander Hautvast
4d55892e61 renamed and reformatted 2023-09-30 08:34:16 +02:00
Sander Hautvast
121b0869f1 clippies 2023-09-29 18:18:32 +02:00
Sander Hautvast
988cb6c376 added object creation and getField for float 2023-09-29 17:59:27 +02:00
Sander Hautvast
b94769e868 added newinstance, WIP classloader 2023-09-28 07:17:41 +02:00
Sander Hautvast
8dd60c0866 WIP create instance on heap 2023-09-27 13:56:26 +02:00