Zachary Wassall

Results 10 comments of Zachary Wassall

Not going to mess with doubles (for now), but I've been working on optimizing a lot of integer math functions and adding `long long` versions.

> Wondering why it says 149 Kb, and you mentioned 60 Kb of heap? The device actually has 256KB of RAM, but the regions of memory that are free to...

A lot of the recent activity on this issue kind of hijacked it, making it about 64-bit int support. But the original issue text and title are about 64-bit (or...

Manual garbage collection has merit and should be relatively easy to implement.

Rerunning the program on hardware with the USB cable disconnected gives the same results.

Mateo has suggested that this outstanding issue is the cause of the bug that can lock up CEmu for a while upon giving it focus if "Pause emulation on focus...

Crazy thought: could you dramatically cut down on the JIT space and use that to (at least partially) store the paused game state? And/or make sure to render the frame...

Is there perhaps a better naming strategy we can use for files that define multiple symbols? Just joining them with an underscore is pretty confusing. Proposals: 1. Two underscores. 2....

Leaving a gentle bump that this would be an appreciated fix.

It looks like the fix for this may have been merged in #851? If so, I would be grateful if a release with this fix could be pushed to the...