1. 27 May, 2020 1 commit
  2. 04 Mar, 2020 1 commit
  3. 24 May, 2019 1 commit
  4. 19 Dec, 2018 1 commit
  5. 17 Aug, 2018 1 commit
  6. 04 May, 2018 1 commit
    • Ben L. Titzer's avatar
      [compiler] Factor MachineGraph out from JSGraph · bc218a2e
      Ben L. Titzer authored
      This CL factors the parts of the JSGraph that only depend on the
      machine part of JSGraph into a separate base class, MachineGraph.
      This helps separate the two layers and also allows the MachineGraph
      to be constructed without an Isolate, which is needed for fully
      asynchronous compilation, a goal for WASM.
      
      R=mstarzinger@chromium.org
      CC=jarin@chromium.org, mvstanton@chromium.org
      
      BUG=v8:7721
      
      Change-Id: Ie8bc3de40159332645dcb3cadcee581e1bf9830a
      Reviewed-on: https://chromium-review.googlesource.com/1043746Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Commit-Queue: Ben Titzer <titzer@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52990}
      bc218a2e