Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register vor 1 Jahr
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization vor 1 Jahr
  Andreas Kling cea59b6642 LibJS/Bytecode: Reuse bytecode registers vor 1 Jahr
  Andreas Kling 0f70ff9a67 LibJS/Bytecode: Only emit ResolveThisBinding once per basic block vor 1 Jahr
  Andreas Kling 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation vor 1 Jahr
  Andreas Kling 5a08544138 LibJS/Bytecode: Keep instruction source mappings in Executable vor 1 Jahr
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation vor 1 Jahr
  Andreas Kling 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" vor 1 Jahr
  Andreas Kling cf81bf48c6 Revert "LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump" vor 1 Jahr
  Andreas Kling 4438ec481c LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump vor 1 Jahr
  Andreas Kling 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline vor 1 Jahr
  Aliaksandr Kalenik 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects vor 1 Jahr
  Nick Hawke 67566e5017 LibJS: Migrate DeprecatedString to String vor 1 Jahr
  Hendiadyoin1 1341f4438d LibJS: Save scheduled jumps when entering unwind contexts vor 1 Jahr
  Hendiadyoin1 f5645e3c9c LibJS: Use static unwind mappings for unwind related functions vor 1 Jahr
  Hendiadyoin1 73f347b75c LibJS: Create static unwind mappings for `BasicBlock`s vor 1 Jahr
  Andreas Kling 72c31fdd01 LibJS: Remove all interactions between Assembler and BasicBlock vor 1 Jahr
  Andreas Kling 3523f9f722 LibJS/JIT: Add patchable absolute references to basic blocks vor 1 Jahr
  Andreas Kling babdc0a25b LibJS: Work-in-progress JIT compiler :^) vor 1 Jahr
  Andreas Kling d24e07579f LibJS: Use a Vector<u8> for BasicBlock instruction storage vor 1 Jahr
  Daniel Bertalan e3f65f215d LibJS/Bytecode: Do not rethrow caught exception from `finally` vor 2 Jahren
  Andreas Kling dc884aa0d3 LibJS/Bytecode: Remove unnecessary variable environment stack vor 2 Jahren
  Andreas Kling fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking vor 2 Jahren
  Andreas Kling ce634957c1 LibJS/Bytecode: Restore old environments when an exception is caught vor 2 Jahren
  Andreas Kling 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Hendiadyoin1 192897c269 LibJS: Remeber which instruction terminated a block vor 2 Jahren
  Andreas Kling d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ vor 3 Jahren
  Andreas Kling 3618ca2420 LibJS: Propagate exceptions across bytecode executable boundaries vor 3 Jahren
  Ali Mohammad Pur e73b142a97 LibJS: Make basic block size customizable vor 4 Jahren