riff
riff copied to clipboard
Explore using a single global constants table
Since day 1, each riff_code
object has maintained its own constants table, which forces a small amount of overhead since the VM uses a local variable for the constants tabled of a given riff_code
object. Explore (profile) using a single global constants table.