Files
wasmtime/meta
Jakob Stoklund Olesen 1b7d5d849f Generate a constant hash table for recognizing opcodes.
Use a simple quadratically probed, open addressed hash table. We could use a
parfect hash function, but it would take longer to compute in Python, and this
is not in the critical path performancewise.
2016-04-07 20:24:21 -07:00
..
2016-04-06 12:00:35 -07:00
2016-04-06 12:00:35 -07:00
2016-04-06 12:22:56 -07:00