Daniel Bertalan
|
cff8f56ce7
LibJS/Bytecode: Do not unwind eagerly after throwing `Await`
|
1 年之前 |
Daniel Bertalan
|
e3f65f215d
LibJS/Bytecode: Do not rethrow caught exception from `finally`
|
1 年之前 |
Andreas Kling
|
de8e4b1853
LibJS/Bytecode: Cache object own property accesses
|
2 年之前 |
Andreas Kling
|
dc884aa0d3
LibJS/Bytecode: Remove unnecessary variable environment stack
|
2 年之前 |
Andreas Kling
|
fb979dcf34
LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking
|
2 年之前 |
Andreas Kling
|
1efe4b58aa
LibJS/Bytecode: Store current interpreter register window as a Span
|
2 年之前 |
Daniel Bertalan
|
cc9ec6693b
LibJS: Remove the concept of bytecode optimization levels
|
2 年之前 |
Daniel Bertalan
|
e012565898
test262-runner+js: Respect the bytecode optimizations enabled flag
|
2 年之前 |
Andreas Kling
|
6537ed8fff
LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model
|
2 年之前 |
Andreas Kling
|
9c568282dc
Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM
|
2 年之前 |
Andreas Kling
|
d063f35afd
LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++
|
2 年之前 |
Andreas Kling
|
ce634957c1
LibJS/Bytecode: Restore old environments when an exception is caught
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年之前 |
Hendiadyoin1
|
de514f29ad
LibJS: Align codegen AwaitExpressions to YieldExpressions
|
2 年之前 |
Hendiadyoin1
|
1f6a0ef6e0
LibJS: Don't enter finally blocks upon `yield` in bytecode mode
|
2 年之前 |
Hendiadyoin1
|
d65488b80c
LibJS: Generate unwind chains for continue in Bytecode
|
2 年之前 |
Hendiadyoin1
|
f5376cb282
LibJS: Generate unwind chains for break in Bytecode
|
2 年之前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年之前 |
Timothy Flynn
|
24e9cea524
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
|
2 年之前 |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 年之前 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 年之前 |
Hendiadyoin1
|
fcc3348bc8
LibJS: Intercept returns through finally blocks in Bytecode
|
2 年之前 |
Hendiadyoin1
|
c2108489a5
LibJS: Don't try to manage unwind contexts in the execution loop in BC
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Hendiadyoin1
|
eb50969781
LibJS: Add an EliminateLoads pass to Bytecode
|
2 年之前 |
Hendiadyoin1
|
b86f1c2fe7
LibJS: Restore cached current_block on return in Bytecode
|
2 年之前 |
Luke Wilde
|
277132f70d
LibJS/Bytecode: Store unwind contexts inside RegisterWindow
|
2 年之前 |
Hendiadyoin1
|
a1f1d9e4a7
LibJS: Expose some information about the bytecode interpreters state
|
2 年之前 |
Andreas Kling
|
d9b543da68
LibJS: Disable bytecode optimizations by default
|
2 年之前 |