I wrote the frame expander and it was easy. Now I’m up to 102 bytecodes, but this one is asking for a monitor which is the bit I was really dreading.
Published
I wrote the frame expander and it was easy. Now I’m up to 102 bytecodes, but this one is asking for a monitor which is the bit I was really dreading.
It’s not so bad. Once you get past this I expect you’ll do 1000’s of bytecodes. That’s assuming the code to handle all the types of native return values works properly.
Yeah, it was pretty easy actually. Now I have a segfault on #130…