Reduce AST presence in Bytecode[Interpreter]
Open
cleanup
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.