|
|
|
|
|
by aardvark179
1629 days ago
|
|
That feels like the sort of optimisation that wins in small cases and loses in larger ones. The jump array is going to be 4 or 8 times the size of the opcode array so will put a lot more pressure on the caches as your programs get larger. |
|