totalspectrum / spin2cpp

Tool to convert Parallax Propeller Spin code to PASM, C++ or C
Other
46 stars 17 forks source link

Reclaim 88 bytes of bloat in v_stat #453

Closed Wuerfel21 closed 3 weeks ago

Wuerfel21 commented 3 weeks ago

... caused by careless 64-bit type usage.

(Extra weighty because there's no divide->bitshift optimization for 64 bit types)