Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Implement an operator-level code generation setup where a compiler compiles each operator to byte code using janino or javac. The runtime starts executing the string-based instructions until the codegen compiler hot swaps the instructions with the compiled byte codes.