totalspectrum / spin2cpp

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

Document more opt stuff and only allow pure inlining if constant propagation is actually enabled #419

Closed Wuerfel21 closed 1 year ago

Wuerfel21 commented 1 year ago

(There's still some flags undocumented - what does remove-bss even do, exactly?)

totalspectrum commented 1 year ago

Thanks. remove-bss was intended to reduce binary size by removing the 0's that get put into variables. It isn't actually working right now though.

Wuerfel21 commented 1 year ago

Also I just realized I typo'd the branch name. Amazing quality control.