jschall

Results 14 comments of jschall

Also I agree that matrices generally don't contain matrices, though it'd be nice to support something analogous to this sort of notation: ![screenshot from 2016-04-29 14 23 54](https://cloud.githubusercontent.com/assets/1015761/14930097/3f02c088-0e16-11e6-8184-6c34a91c93c7.png) The elements...

Before change, memory use grew linearly over time. After change, memory use was constant. I'm not just throwing stuff at the wall. This is correct.

By setting SCR_DEBUG_OPTS to 2 and watching memory increase, and then making this change and watching memory not increase.

You don't have to use a variable for this, strings literals of the same value won't be duplicated in the binary AFAIK.