xls icon indicating copy to clipboard operation
xls copied to clipboard

Reduce AST presence in Bytecode[Interpreter]

Open RobSpringer opened this issue 2 years ago • 0 comments

e.g., in SpawnData, we currently have (or will shortly have) Spawn* and Proc* elements. The Spawn* is used for TypeInfo lookup inside the interpreter and the Proc* is used for extracting the config and next functions. If instead we just passed the TypeInfos and the config and next functions, we could reduce the AST surface exposed inside BytecodeInterpreter.

RobSpringer avatar Apr 26 '22 20:04 RobSpringer