mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
After compiling bytecode, we should mark the memory read-only. This currently does not work because it breaks instruction destruction. I'm adding this anyway with a FIXME so we don't forget about it. :^) |
||
|---|---|---|
| .. | ||
| ASTCodegen.cpp | ||
| Block.cpp | ||
| Block.h | ||
| Generator.cpp | ||
| Generator.h | ||
| Instruction.cpp | ||
| Instruction.h | ||
| Interpreter.cpp | ||
| Interpreter.h | ||
| Label.h | ||
| Op.cpp | ||
| Op.h | ||
| Register.h | ||