Commits
Click on a commit to change the comparison rangechore: evaluate instruction table initializer at compile time
Currently the instruction table is always initialized at runtime on the
stack, which bloats the stack of functions that create an EVM and is
generally slower.
With this change the table gets compiled into a static and memcpy'd
at runtime into the instruction table's Box.5 months ago
by DaniPopes