ladybird/Tests/LibJS
Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now
These passes have not been shown to actually optimize any JS, and tests
have become very flaky with optimizations enabled. Until some measurable
benefit is shown, remove the optimization passes to reduce overhead of
maintaining bytecode operations and to reduce CI churn. The framework
for optimizations will live on in git history, and can be restored once
proven useful.
2023-07-21 19:47:36 +03:30
..
CMakeLists.txt Tests: Remove test-bytecode-js 2023-06-22 21:16:17 +02:00
test262-runner.cpp LibJS+CI: Remove bytecode optimization passes for now 2023-07-21 19:47:36 +03:30
test-invalid-unicode-js.cpp Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes 2022-11-23 16:05:59 +00:00
test-js.cpp LibJS: Remove "uprooting" mechanism from garbage collector 2023-07-21 14:14:00 +02:00
test-test262.cpp LibCore: Port Command::write_lines to ErrorOr 2023-07-18 14:48:45 +01:00
test-value-js.cpp AK+LibJS: Handle NaN-boxing pointers on AArch64 2022-09-21 11:55:57 +02:00