1. 01 Mar, 2018 2 commits
  2. 22 Feb, 2018 1 commit
    • Benedikt Meurer's avatar
      [cleanup] Introduce a dedicated FeedbackCell. · aff1f378
      Benedikt Meurer authored
      This is preparatory cleanup work for eventually tracking the functions
      (rather than concrete closures) in the CALL_IC, also for builtins like
      the default PromiseCapability [[Resolve]] and [[Reject]] functions. It
      adds a new FeedbackCell type, which is used by JSFunctions consistently
      now to reference the feedback vector (or undefined if not the function
      is not compiled yet or is a native/asm.js function).
      
      This also changes the calling convention for FastNewClosure builtin and
      the JSCreateClosure operator in TurboFan to carry the FeedbackCell here
      instead of the parent FeedbackVector and the slot index. In addition we
      eliminate the now unused %InterpreterNewClosure runtime function.
      
      Bug: v8:2206, v8:7253, v8:7310
      Change-Id: Ib4ce456e276e0273e57c163dcdd0b33abf863656
      Reviewed-on: https://chromium-review.googlesource.com/928403
      Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
      Reviewed-by: 's avatarMichael Stanton <mvstanton@chromium.org>
      Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51474}
      aff1f378
  3. 20 Feb, 2018 1 commit
  4. 24 Jan, 2018 1 commit
  5. 30 Nov, 2017 1 commit
  6. 20 Nov, 2017 1 commit
  7. 16 Nov, 2017 3 commits
  8. 15 Nov, 2017 1 commit
  9. 14 Nov, 2017 1 commit
    • Ross McIlroy's avatar
      [compiler] Add background compilation mode. · 9a4b334f
      Ross McIlroy authored
      Adds support for compiling top-level code on a background thread behind a flag.
      When the flag is enabled, any background-parsing-task will perform compilation
      as well as parsing.
      
      BUG=v8:5203
      TBR=marja@chromium.org,mstarzinger@chromium.org
      
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: Icf90ac7211298d3555515dafc7c3245618ec1304
      Reviewed-on: https://chromium-review.googlesource.com/764048
      Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
      Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49364}
      9a4b334f
  10. 03 Nov, 2017 2 commits
  11. 24 Oct, 2017 1 commit
  12. 23 Oct, 2017 1 commit
  13. 18 Oct, 2017 1 commit
  14. 13 Oct, 2017 1 commit
  15. 28 Sep, 2017 1 commit
  16. 25 Aug, 2017 1 commit
  17. 21 Aug, 2017 2 commits
    • Ross McIlroy's avatar
      [Parsing] Always pass a valid character-stream into the parser · 1bc01952
      Ross McIlroy authored
      Changes the contract of the parser to have a valid character stream passed
      in the ParseInfo rather than the current situation where either:
       - it is passed explicitly (e.g., for streaming scripts)
       - a Script is passed and a character stream is created for this
       - or a source and encoding is passed in ParseInfo and the character stream
         is created from this.
      
      The parse info also now owns the character stream (in a unique_ptr). It
      can be destroyed using a new ResetCharacterStream() function. This will
      enable the character stream to be kept live if any functions are asm.js
      modules which were parsed, in order to be reused by the asm.js parser.
      
      BUG=v8:5203
      
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: Ifda167391b2eadb38ebf9fcb2f565d2ed9ea3c6f
      Reviewed-on: https://chromium-review.googlesource.com/616767
      Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
      Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47474}
      1bc01952
    • Michael Starzinger's avatar
      [ast] Remove obsolete Scope::IsAsmFunction predicate. · 7c061ba0
      Michael Starzinger authored
      R=jarin@chromium.org
      BUG=v8:5653,v8:6409
      
      Change-Id: I3a7e7173afbcba9bb0bb7b1baafe9e78e22bb696
      Reviewed-on: https://chromium-review.googlesource.com/612174
      Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47473}
      7c061ba0
  18. 18 Aug, 2017 1 commit
  19. 11 Aug, 2017 1 commit
  20. 10 Aug, 2017 1 commit
  21. 09 Aug, 2017 1 commit
  22. 07 Aug, 2017 2 commits
  23. 04 Aug, 2017 1 commit
  24. 03 Aug, 2017 1 commit
  25. 31 Jul, 2017 1 commit
  26. 28 Jul, 2017 1 commit
  27. 27 Jul, 2017 4 commits
  28. 26 Jul, 2017 1 commit
  29. 21 Jul, 2017 1 commit
  30. 19 Jul, 2017 1 commit
  31. 13 Jul, 2017 1 commit