5 Assigning native allocations to local variables seemed complex at first, but
10 So what I need now is a `BitSet` which I can use for jump target positions to
11 determine which byte code addresses need to have state stored for them. I need
12 this because I will have to restore the state and any local registers which
17 I believe I will follow the previous simplicity of flushing the regsiter
18 allocations when a jump target is reached.
22 Stack caching is simple.