LibJS: Automatically split linear bytecode into multiple blocks

...instead of crashing :^)
This commit is contained in:
Ali Mohammad Pur 2021-06-11 01:35:01 +04:30 committed by Andreas Kling
commit 4cfdfb6a88
Notes: sideshowbarker 2024-07-18 12:28:06 +09:00
3 changed files with 25 additions and 0 deletions

View file

@ -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>