This website requires JavaScript.
Explore
Help
Sign in
0ct0pu5
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
c1dbde72e9
ladybird
/
Userland
/
Libraries
/
LibJS
/
Bytecode
/
Pass
History
Andreas Kling
c1dbde72e9
LibJS/Bytecode: Don't fuse unrelated compare and jump in peephole pass
...
Fixes an issue where
https://x.com/awesomekling
crashed on load. :^)
2024-03-05 13:39:25 +01:00
..
DumpCFG.cpp
LibJS/Bytecode: Bring back the bytecode optimization pipeline
2024-03-04 20:54:51 +01:00
GenerateCFG.cpp
LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot
2024-03-04 20:54:51 +01:00
MergeBlocks.cpp
LibJS/Bytecode: Don't replace the entry block in MergeBlocks
2024-03-04 20:54:51 +01:00
Peephole.cpp
LibJS/Bytecode: Don't fuse unrelated compare and jump in peephole pass
2024-03-05 13:39:25 +01:00
PlaceBlocks.cpp
LibJS/Bytecode: Bring back the bytecode optimization pipeline
2024-03-04 20:54:51 +01:00
UnifySameBlocks.cpp
LibJS/Bytecode: Bring back the bytecode optimization pipeline
2024-03-04 20:54:51 +01:00