1. 24 May, 2019 1 commit
  2. 10 Jul, 2018 1 commit
    • Michael Starzinger's avatar
      [wasm] Add proper --turbo-stats-wasm flag. · dfffde4a
      Michael Starzinger authored
      This gathers TurboFan compilation statistics for WebAssembly separately
      from the JavaScript statistics. It is a preparation to having multiple
      Isolates trigger TurboFan compilations in a shared engine. By adding
      compilation statistics to the engine, their lifetime is independent of
      any particular Isolate.
      
      R=ahaas@chromium.org
      
      Change-Id: I1bd0fbe6d6bde65ca813ccfd1154558ea6cddb07
      Reviewed-on: https://chromium-review.googlesource.com/1131121
      Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54357}
      dfffde4a
  3. 04 Apr, 2018 1 commit
  4. 02 Feb, 2018 1 commit
  5. 15 Nov, 2017 1 commit
  6. 10 Oct, 2016 1 commit
  7. 07 Oct, 2016 1 commit
  8. 06 Oct, 2016 1 commit
  9. 23 Sep, 2016 1 commit
  10. 22 Sep, 2016 1 commit
  11. 25 Jul, 2016 1 commit
  12. 27 Apr, 2016 1 commit
    • bmeurer's avatar
      [turbofan] Enable concurrent (re)compilation. · ff19726d
      bmeurer authored
      Refactor the TurboFan pipeline to allow for concurrent recompilation in
      the same way that Crankshaft does it. For now we limit the concurrent
      phases to scheduling, instruction selection, register allocation and
      jump threading.
      
      R=mstarzinger@chromium.org, ahaas@chromium.org, jarin@chromium.org
      
      Review URL: https://codereview.chromium.org/1179393008
      
      Cr-Commit-Position: refs/heads/master@{#35818}
      ff19726d
  13. 11 Jan, 2016 1 commit
  14. 13 Jul, 2015 1 commit
  15. 27 Oct, 2014 1 commit
  16. 23 Oct, 2014 1 commit