1. 24 May, 2019 1 commit
  2. 25 Sep, 2018 1 commit
  3. 21 Sep, 2018 1 commit
  4. 05 Sep, 2018 1 commit
    • Clemens Hammacher's avatar
      [wasm] Avoid use of AccessBuilder · 05fa1f99
      Clemens Hammacher authored
      The main goal is to untangle Liftoff from the TF-based wasm compiler,
      but since the AccessBuilder does not simplify anything but rather adds
      complexity I also removed it from the wasm compiler.
      Instead, we now bottleneck all offset computations through the new
      ObjectAccess helper.
      
      R=titzer@chromium.org
      
      Bug: v8:6600
      Change-Id: I362b7b889d68e89da8c30d3fad7b5bab07bee5c8
      Reviewed-on: https://chromium-review.googlesource.com/1204090Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55646}
      05fa1f99