nosuchtim / keykit

KeyKit - an algorithmic MIDI scripting language and GUI system
Other
98 stars 7 forks source link

Realloc2 #3073

Closed pbarada closed 1 year ago

pbarada commented 1 year ago

Add krealloc, replace kmalloc/copy/kfree sequences. Cache execution stack on task exit for reuse when creating next task (saves ~785 for prelude.mid) Concatenate message data to Midimessdata (saves allocation per midi message) (178 for prelude.mid). Give it a whirl...