Commit 5d8125e
committed
sort bytecode_info table by bytecode
The bytecode_info table is now sorted by bytecode, instead of
alphabetically. This is enables direct lookup of bytecodes, and can replace
the table that is currently built at runtime. We do not have any use for
the alphabetic ordering.
Obtained from previous file with
sort -t, -k2 bytecode_info.cpp -b1 parent 1ff7f38 commit 5d8125e
1 file changed
+153
-153
lines changed
0 commit comments