mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
LibJS: Automatically split linear bytecode into multiple blocks
...instead of crashing :^)
This commit is contained in:
parent
7b2c838162
commit
4cfdfb6a88
3 changed files with 25 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <LibJS/Bytecode/BasicBlock.h>
|
||||
#include <LibJS/Bytecode/Generator.h>
|
||||
#include <LibJS/Bytecode/Instruction.h>
|
||||
#include <LibJS/Bytecode/Op.h>
|
||||
#include <LibJS/Bytecode/Register.h>
|
||||
#include <LibJS/Forward.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue