Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 05 / 05.mkd
blobe6b6eee8174bb70406fa20d19e8c38575efdd239
1 # 2019/05/05
3 ## 11:33
5 I am going to add instructions to mark for profiler usage, will be useful for
6 hard and soft profiling. Also need to implement garbage collecting objects!
8 ## 17:28
10 Okay so it seems my memory gets corrupted somehow since I now have more added
11 checks in place. It always fails at the same location which is like 68k bytes
12 in. And I am pretty sure that is the initial memory space.
14 ## 18:20
16 Okay, so a debugger for SquirrelJME would be very useful. So I definitely do
17 need support for TCP so I can attach via JDB or another debugger. I am likely
18 to also write my own GUI in Swing as well.
20 ## 20:42
22 That was a big mess of synchronized wrapper classes!
24 ## 22:15
26 To support Opera, I need to implement support for reading JPEGs.