Historique des commits

Auteur SHA1 Message Date
  Aliaksandr Kalenik 2bdc69c42c LibJS: Add caching of this value in ResolveThisBinding instruction il y a 1 an
  Andreas Kling 9f06e130a2 LibJS/Bytecode: Keep saved return value in call frame register il y a 1 an
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now il y a 1 an
  Andreas Kling 6de22ec789 LibJS/Bytecode: Rename RegisterWindow to CallFrame il y a 1 an
  Daniel Bertalan cff8f56ce7 LibJS/Bytecode: Do not unwind eagerly after throwing `Await` il y a 2 ans
  Daniel Bertalan e3f65f215d LibJS/Bytecode: Do not rethrow caught exception from `finally` il y a 2 ans
  Andreas Kling de8e4b1853 LibJS/Bytecode: Cache object own property accesses il y a 2 ans
  Andreas Kling dc884aa0d3 LibJS/Bytecode: Remove unnecessary variable environment stack il y a 2 ans
  Andreas Kling fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking il y a 2 ans
  Andreas Kling 1efe4b58aa LibJS/Bytecode: Store current interpreter register window as a Span il y a 2 ans
  Daniel Bertalan cc9ec6693b LibJS: Remove the concept of bytecode optimization levels il y a 2 ans
  Daniel Bertalan e012565898 test262-runner+js: Respect the bytecode optimizations enabled flag il y a 2 ans
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model il y a 2 ans
  Andreas Kling 9c568282dc Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM il y a 2 ans
  Andreas Kling d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ il y a 2 ans
  Andreas Kling ce634957c1 LibJS/Bytecode: Restore old environments when an exception is caught il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
  Hendiadyoin1 de514f29ad LibJS: Align codegen AwaitExpressions to YieldExpressions il y a 2 ans
  Hendiadyoin1 1f6a0ef6e0 LibJS: Don't enter finally blocks upon `yield` in bytecode mode il y a 2 ans
  Hendiadyoin1 d65488b80c LibJS: Generate unwind chains for continue in Bytecode il y a 2 ans
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode il y a 2 ans
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
  Timothy Flynn 24e9cea524 LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE il y a 2 ans
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Hendiadyoin1 fcc3348bc8 LibJS: Intercept returns through finally blocks in Bytecode il y a 2 ans
  Hendiadyoin1 c2108489a5 LibJS: Don't try to manage unwind contexts in the execution loop in BC il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Hendiadyoin1 eb50969781 LibJS: Add an EliminateLoads pass to Bytecode il y a 2 ans