I've been noticing a significant decrease of the RAM Pico-8 shows in stat(0) after rebooting it. I just updated from 0.2.5e to 0.2.5g and didn't notice this bug in 0.2.5e. But since I don't reboot often, I might have missed it in 0.2.5e.
Anyway, this bug might be new. Here are some pictures to show you the RAM usage as shown by stat(0) before and after rebooting Pico-8.
87KB before reboot, and 23KB after reboot.
The games still seem to play fine.
EDIT: The bug also affects version 0.2.5e
I'm still seeing this in 0.2.6b -- repro steps:
- launch the pico8 executable
- run
?stat(0)
. it prints 21.7617 for me - run
reboot
- run
?stat(0)
. it prints 0 for me
[Please log in to post a comment]