This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-06 08:36:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b63d17e2f85cacd3fcc98539e28f31647f974ccf
ladybird
/
Userland
/
Libraries
/
LibJS
History
Andreas Kling
b63d17e2f8
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
...
This gives us a ~5% speed-up on Kraken's ai-astar.js
2021-10-25 14:35:23 +02:00
..
Bytecode
LibJS: Always inline the bytecode instruction iterator's operator++
2021-10-25 13:37:02 +02:00
Heap
…
Runtime
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
2021-10-25 14:35:23 +02:00
Tests
…
AST.cpp
LibJS: Use PropertyKey in MemberExpression::to_reference()
2021-10-24 17:18:09 +02:00
AST.h
LibJS: Rename PropertyName to PropertyKey
2021-10-24 17:18:07 +02:00
CMakeLists.txt
LibJS: Add a separate "identifier table" to bytecode executables
2021-10-24 17:18:07 +02:00
Console.cpp
…
Console.h
…
Forward.h
LibJS: Rename PropertyName to PropertyKey
2021-10-24 17:18:07 +02:00
Interpreter.cpp
…
Interpreter.h
…
Lexer.cpp
…
Lexer.h
…
MarkupGenerator.cpp
…
MarkupGenerator.h
…
Module.cpp
…
Module.h
…
Parser.cpp
LibJS: Rename PropertyName to PropertyKey
2021-10-24 17:18:07 +02:00
Parser.h
…
Script.cpp
…
Script.h
…
SourceRange.h
…
SourceTextModule.cpp
…
SourceTextModule.h
…
SyntaxHighlighter.cpp
…
SyntaxHighlighter.h
…
Token.cpp
…
Token.h
…