Skip to content

Proto/Interpreter: Export internal functions of the interpreter from the proper submodule

Sventimir requested to merge sventimir@mark-interpreter-internals-as-such into master

Context

Unfortunately a bunch of internal functions of the Script_interpreter module must be exported so that they can be used for benchmarking. Script_interpreter has Internals submodule where those functions should be exported from. This MR moves more exported functions there. Also some dead code has been removed.

Manually testing the MR

No change whatsoever to the work of the protocol is expected.

Checklist

  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Sventimir

Merge request reports