Andreas Kling
|
d1c701f79f
LibJS/JIT: Compile the Create/LeaveLexicalEnvironment instructions
|
1 рік тому |
Andreas Kling
|
935d67cfcf
LibJS/JIT: Compile the GetCalleeAndThisFromEnvironment instruction
|
1 рік тому |
Andreas Kling
|
dabaaabfc0
LibJS/JIT: Support the GetVariable bytecode instruction
|
1 рік тому |
Andreas Kling
|
5b87d26027
LibJIT+LibJS: Move JIT::Assembler into a new LibJIT library
|
1 рік тому |
Andreas Kling
|
022974a43a
LibJS/JIT: Let Compiler keep per-BasicBlock state internally
|
1 рік тому |
Andreas Kling
|
1fb95c7df9
LibJS/JIT: Add fast path for LessThan Int32 < Int32
|
1 рік тому |
Andreas Kling
|
ea65214c57
LibJS/JIT: Add fast path for Increment with Int32 value
|
1 рік тому |
Andreas Kling
|
7097169967
LibJS/JIT: Compile the PutByValue bytecode instruction
|
1 рік тому |
Andreas Kling
|
9c93d100d1
LibJS/JIT: Compile the NewFunction bytecode instruction
|
1 рік тому |
Andreas Kling
|
a913ac5799
LibJS/JIT: Compile the NewArray bytecode instruction
|
1 рік тому |
Andreas Kling
|
6a16783c66
LibJS/JIT: Compile the SetVariable bytecode instruction
|
1 рік тому |
Andreas Kling
|
e946440ed3
LibJS/JIT: Compile the TypeofVariable bytecode instruction
|
1 рік тому |
Andreas Kling
|
c65aecd878
LibJS/JIT: Compile all the unary bytecode instructions
|
1 рік тому |
Andreas Kling
|
640455b1d2
LibJS/JIT: Compile the Call bytecode instruction
|
1 рік тому |
Andreas Kling
|
d866780235
LibJS/JIT: Compile the NewObject bytecode instruction
|
1 рік тому |
Andreas Kling
|
580249d650
LibJS/JIT: Compile the PutById bytecode instruction
|
1 рік тому |
Andreas Kling
|
10bf25999c
LibJS/JIT: Move VM pointers from R8,R9,R10 to R13,R14,R15
|
1 рік тому |
Andreas Kling
|
3974ce2069
LibJS/JIT: Compile the GetGlobal bytecode instruction
|
1 рік тому |
Andreas Kling
|
12898f5aef
LibJS/JIT: Compile the Decrement bytecode instruction
|
1 рік тому |
Andreas Kling
|
966b6f78a6
LibJS/JIT: Compile the GetByValue bytecode instruction
|
1 рік тому |
Andreas Kling
|
1c0efbec6b
LibJS/JIT: Compile the ResolveThisBinding bytecode instruction
|
1 рік тому |
Andreas Kling
|
b2602a4bae
LibJS/JIT: Compile the ToNumeric bytecode instruction
|
1 рік тому |
Andreas Kling
|
6a6ef6670c
LibJS/JIT: Support the GetById bytecode op
|
1 рік тому |
Andreas Kling
|
b923ca392d
LibJS/JIT: Support all the binary bytecode ops :^)
|
1 рік тому |
Andreas Kling
|
c2fe7af095
LibJS/JIT: Support the NewString bytecode op
|
1 рік тому |
Andreas Kling
|
efe58ebf2f
LibJS/JIT: Support the Return bytecode op
|
1 рік тому |
Andreas Kling
|
45be2a8f72
LibJS/JIT: Add support for Add/Sub/Mul/Div bytecode ops
|
1 рік тому |
Geo25rey
|
891b071654
LibJS/JIT: Add support for "throw" keyword
|
1 рік тому |
Andreas Kling
|
9dd5be0186
LibJS/JIT: Compile the EnterUnwindContext and LeaveUnwindContext ops
|
1 рік тому |
Andreas Kling
|
e3560c2545
LibJS/JIT: Propagate exceptions in the simplest case :^)
|
1 рік тому |