1. 09 Oct, 2017 1 commit
  2. 18 May, 2017 1 commit
  3. 21 Mar, 2017 1 commit
  4. 16 Mar, 2017 1 commit
  5. 09 Jan, 2017 1 commit
  6. 30 Dec, 2016 1 commit
    • gsathya's avatar
      [builtins] Add EmitFastNewObject · 2077b314
      gsathya authored
      This refactors the logic from within the FastNewObject TF_BUILTIN to a
      helper method which can be reused in other assemblers. This saves the
      overhead of setting up the stub and calling into it.
      
      A wrapper method is created for functions that don't need to tail call
      into the runtime.
      
      PromiseBuiltinsAssembler and RegexpBuiltinsAssembler are refactored to
      use EmitFastNewObject.
      
      Review-Url: https://codereview.chromium.org/2607233002
      Cr-Commit-Position: refs/heads/master@{#42000}
      2077b314
  7. 29 Dec, 2016 2 commits
  8. 28 Dec, 2016 1 commit