mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibJS: Automatically split linear bytecode into multiple blocks
...instead of crashing :^)
This commit is contained in:
parent
7b2c838162
commit
4cfdfb6a88
Notes:
sideshowbarker
2024-07-18 12:28:06 +09:00
Author: https://github.com/alimpfard
Commit: 4cfdfb6a88
Pull-request: https://github.com/SerenityOS/serenity/pull/7977
Reviewed-by: https://github.com/awesomekling
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