Skip to content

Small Optimizations for the Michelson interpreter

This MR features:

  • A small bench, that can be run with dune build @runbench_proto_alpha, meant for quick check before thorough benchmarks
  • Little optimizations like removing bind from Gas.consume call, unfolding logs, and converting step to CPS

It also depends on https://gitlab.com/cryptiumlabs/tezos/-/merge_requests/157

Edited by Gabriel Alfour

Merge request reports