mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibJS: Automatically split linear bytecode into multiple blocks
...instead of crashing :^)
This commit is contained in:
committed by
Andreas Kling
parent
7b2c838162
commit
4cfdfb6a88
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user