Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 04 / 09.mkd
blobad1b1555f80dfed36f2eed684fb4cead29442cef
1 # 2016/04/09
3 ## 15:21
5 Since I run my code on an interpreter, this means my interpreter that I am
6 building right now will run even slower.
8 ## 18:12
10 Going to need a better thread setup. I can instead have a frame used in a
11 thread which stores stuff such as the PC address and such. Then instead of
12 having an `A` and `B` for computation and passing, it is just this single
13 frame for the thread. This would also help when it comes to stack traces and
14 would make setting the next PC address simpler as it can be performed by the
15 computation.