nimbus-eth1/nimbus/vm2/interpreter/op_handlers
Jordan Hrycaj b388e966cc simplify interpreter_dispatch.nim code
details:
  replace generated macro loop/switch by explicit call using the
  fork/op handler matrix (encapsulated via opHandlersRun() function)
2021-04-28 15:24:14 +03:00
..
oph_arithmetic.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_blockdata.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_call.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_create.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_defs.nim simplify interpreter_dispatch.nim code 2021-04-28 15:24:14 +03:00
oph_dup.nim re-integrated 0x60..0xaf (push, dup, swap, log) op handlers 2021-04-28 15:24:14 +03:00
oph_envinfo.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_hash.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_helpers.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_log.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_memory.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00
oph_push.nim re-integrated 0x60..0xaf (push, dup, swap, log) op handlers 2021-04-28 15:24:14 +03:00
oph_swap.nim re-integrated 0x60..0xaf (push, dup, swap, log) op handlers 2021-04-28 15:24:14 +03:00
oph_sysops.nim verifying new op handler tables layout against original tables 2021-04-28 15:24:14 +03:00