Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 09 / 16.mkd
bloba3d46db9bb50ed7363278aa39e094b7d8d766e0b
1 # 2016/09/16
3 ## 07:47
5 Assigning native allocations to local variables seemed complex at first, but
6 was quite simple.
8 ## 07:50
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
13 are allocated.
15 ## 09:17
17 I believe I will follow the previous simplicity of flushing the regsiter
18 allocations when a jump target is reached.
20 ## 14:00
22 Stack caching is simple.