rafalcieslak / vmodsynth

a modular software synthesizer
GNU General Public License v3.0
6 stars 3 forks source link

Improving cache locality for dsp() functions #20

Open rafalcieslak opened 8 years ago

rafalcieslak commented 8 years ago

Marking all dsp() functions as hot will assemble them closely to each other, improving performance by tightening locality.