llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
267 stars 54 forks source link

Rewrite portions of the nesdoug/neslib library in C #79

Closed mysterymath closed 1 year ago

mysterymath commented 2 years ago

Select sections of the nesdoug/neslib libraries should be rewritten in C so they can be inlined at point of use. A lot of the functionality boils down to thin accessors and mutators over library state, so specializing such code should increase performance.

This should only be done after there's some kind of testing apparatus around the nesdoug examples, at least semi-automated.

mysterymath commented 1 year ago

Done.