1. 16 Feb, 2017 16 commits
  2. 15 Feb, 2017 23 commits
  3. 14 Feb, 2017 1 commit
    • eholk's avatar
      [wasm] Use PC after EnsureSpace in RecordProtectedInstruction · c9e83ebc
      eholk authored
      Previously we captured the PC before calling EnsureSpace in
      RecordProtectedInstruction. Sometimes EnsureSpace would resize and move
      the buffer, which would invalidate the previously captured PC and trip an
      assert when writing RelocInfo. With this change, we do not capture the PC
      until after we've ensured there's enough space, which ensures the PC will
      be valid.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2690523003
      Cr-Commit-Position: refs/heads/master@{#43202}
      c9e83ebc