livecodelab icon indicating copy to clipboard operation
livecodelab copied to clipboard

re-use the matrixes across frames

Open davidedc opened this issue 13 years ago • 0 comments

seems like as matrixes are used across frames, and pushed and popped within a frame, they are effectively created anew and destroyed.

It's probably worth to optimise that and keep a bucket of reusable matrixes. Maybe making the mechanism quite modular so you could switch it off or delete it altogether if you change your mind in the future (or if you want to get a build without that particular feature).

davidedc avatar Jul 27 '12 14:07 davidedc