5 Having an actual object for instructions would be good because this way it is
6 easier to use than just having raw integers everywhere.
10 Well the active counter in the constant pool is a bit old. This has been
11 replaced by the link table.
15 I think initially the JIT could use some debug.
19 But using the type safe info should be far better because I will not need to
20 check casts all the time since all input arguments in most cases would be
25 Hopefully my parsing of the stack map table works.
29 Need to think about how the basic block queue is going to work and how it is
30 going to flow into things. I suppose what it comes to are "jobs" that need to
35 For `Graphics`, I could potentially implement some kind of accelerated
36 `Graphics` that can draw graphics much faster than using the software
37 framebuffer based approach. Although the drawing I currently have appears to
38 be very fast, there must be alternative graphics backends for drawing
39 faster images. So if some hardware has certain sprite engines and such, those
40 could be used. The same could be said for stuff such as OpenGL engines too.