iliadsh
|
c956316c98
LibJS/JIT: Add fast path for RightShift
|
1 year ago |
iliadsh
|
1244e91481
LibJS/JIT: Add fast path for LeftShift
|
1 year ago |
Simon Wanner
|
7e3cfaf08c
LibJS/JIT: Include headers before they are used
|
1 year ago |
Nikodem Rabuliński
|
8aa35f4fab
LibJIT+LibJS: Rename Assembler to X86_64Assembler
|
1 year ago |
Andreas Kling
|
24fb009cf5
LibJS+LibJIT: Add fast path for Int32 * Int32
|
1 year ago |
Andreas Kling
|
0aeb83b03f
LibJS+LibJIT: Add fast path for Int32 ^ Int32
|
1 year ago |
Andreas Kling
|
3a5c177025
LibJS/JIT: Add fast path for Int32 | Int32
|
1 year ago |
Andreas Kling
|
82635083dc
LibJS/JIT: Add fast path for Int32 & Int32
|
1 year ago |
Andreas Kling
|
17ae6edd8e
LibJS+LibJIT: Add fast path for Int32 - Int32
|
1 year ago |
Simon Wanner
|
c810d4784e
LibJS/JIT: Compile the Await instruction
|
1 year ago |
Simon Wanner
|
4671520c0a
LibJS/JIT: Compile the Yield instruction
|
1 year ago |
Idan Horowitz
|
38f3b78a1d
LibJS: Store the bytecode accumulator in a dedicated physical register
|
1 year ago |
Simon Wanner
|
fb7b4b9c59
LibJS/JIT: Provide source location information for JIT code
|
1 year ago |
Evgeniy Baskov
|
da45bd3fde
LibJS/JIT: Implement static exception handling
|
1 year ago |
Zaggy1024
|
dfaf645302
LibJS: Add an inline JIT fast path when `ToNumeric` has nothing to do
|
1 year ago |
Simon Wanner
|
a2b0154661
LibJS/JIT: Compile the AsyncIteratorClose instruction
|
1 year ago |
Simon Wanner
|
ac59e982a9
LibJS/JIT: Compile the CopyObjectExcludingProperties instruction
|
1 year ago |
Simon Wanner
|
9494fbe670
LibJS/JIT: Compile the PutByValueWithThis instruction
|
1 year ago |
Simon Wanner
|
847889343f
LibJS/JIT: Compile the New##ErrorName instructions
|
1 year ago |
Simon Wanner
|
fd059d4e4a
LibJS/JIT: Compile the JumpUndefined instruction
|
1 year ago |
Simon Wanner
|
a16082c6a5
LibJS/JIT: Compile the HasPrivateId instruction
|
1 year ago |
Simon Wanner
|
712c89dacf
LibJS/JIT: Compile the GetNewTarget instruction
|
1 year ago |
Simon Wanner
|
19045d6431
LibJS/JIT: Compile the GetMethod instruction
|
1 year ago |
Simon Wanner
|
06ea4cfc4f
LibJS/JIT: Compile the DeleteVariable instruction
|
1 year ago |
Simon Wanner
|
cd18bc9d55
LibJS/JIT: Compile the GetImportMeta instruction
|
1 year ago |
Simon Wanner
|
c0c40110c1
LibJS/JIT: Compile the ImportCall instruction
|
1 year ago |
Simon Wanner
|
ac43d3f6db
LibJS/JIT: Compile the PutPrivateById instruction
|
1 year ago |
Simon Wanner
|
81697549b7
LibJS/JIT: Compile the PutByIdWithThis instruction
|
1 year ago |
Simon Wanner
|
38d5d7979b
LibJS/JIT: Compile the DeleteByIdWithThis instruction
|
1 year ago |
Simon Wanner
|
b53277110e
LibJS/JIT: Compile the GetByValueWithThis instruction
|
1 year ago |