riff icon indicating copy to clipboard operation
riff copied to clipboard

Explore using a single global constants table

Open darrylabbate opened this issue 2 years ago • 0 comments

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.

darrylabbate avatar Oct 31 '22 08:10 darrylabbate