Having linear bytecode that #ArkScript VM can walk through is apparently better for performances
Who would have known that a basic bytecode[page * size + instptr] was better than a bytecode[page][instptr] :blobfoxthonking:
(Not me apparently, though it’s logical: one single array, that can fit in cache, instead of having bytecode pages scattered all over memory)