Historique des commits

Auteur SHA1 Message Date
  Jonne Ransijn e53e1d3586 LibJS: Preserve the original `this` value il y a 8 mois
  Jonne Ransijn 641c549463 LibJS: Split `Call` Instruction by `CallType` il y a 8 mois
  samu698 7865fbfe6d LibJS: Don't generate useless jumps for if statement il y a 8 mois
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere il y a 9 mois
  Andreas Kling 9a7e6158af LibJS: Fix crash in bytecode generator on https://twinings.co.uk/ il y a 1 an
  Braydn dbc2f7ed48 LibJS: Implement CreatePerIterationEnvironment for 'for' statements il y a 1 an
  Andreas Kling 4302e07346 LibJS/Bytecode: Rename TypeofVariable => TypeofBinding il y a 1 an
  Andreas Kling ae90e26315 LibJS/Bytecode: Make constant deduplication a bit smarter il y a 1 an
  Andreas Kling 97983275bc LibJS/Bytecode: Perform constant folding on binary expressions il y a 1 an
  Andreas Kling c372a084a2 LibJS/Bytecode: Add and use copy_if_needed_to_preserve_evaluation_order il y a 1 an
  Hendiadyoin1 c8e4499b08 LibJS: Make return control flow more static il y a 1 an
  Andreas Kling ce7c925924 LibJS/Bytecode: Allow assignment expression to write directly to locals il y a 1 an
  Andreas Kling 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding il y a 1 an
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions il y a 1 an
  Andreas Kling 9265385807 LibJS/Bytecode: Don't bother propagating completion values in functions il y a 1 an
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions il y a 1 an
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation il y a 1 an
  Andreas Kling b5a070e8ce LibJS/Bytecode: Don't create empty lexical environments il y a 1 an
  Aliaksandr Kalenik 00018ad415 LibJS: Move BindingPattern bytecode generation into a method il y a 1 an
  Andreas Kling 96511a7d19 LibJS/Bytecode: Avoid unnecessary copy of call expression callee il y a 1 an
  Andreas Kling 56a3ccde1a LibJS/Bytecode: Turn UnaryMinus(NumericLiteral) into a constant il y a 1 an
  Andreas Kling 34f287087e LibJS/Bytecode: Only copy call/array expression arguments when needed il y a 1 an
  Andreas Kling caf2e675bf LibJS/Bytecode: Don't emit `GetGlobal undefined` il y a 1 an
  Andreas Kling 448f837d38 LibJS/Bytecode: Round constant operands of bitwise binary expressions il y a 1 an
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization il y a 1 an
  Andreas Kling f164e18a55 LibJS/Bytecode: Bunch all tests together in switch statement codegen il y a 1 an
  Andreas Kling 18b8fae85c LibJS/Bytecode: Remove pointless basic block in SwitchStatement codegen il y a 1 an
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction il y a 1 an
  Andreas Kling cea59b6642 LibJS/Bytecode: Reuse bytecode registers il y a 1 an
  Andreas Kling 0f70ff9a67 LibJS/Bytecode: Only emit ResolveThisBinding once per basic block il y a 1 an