Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Issue 2148743004: WIP: wasm oob trap handling experiments (Closed)

Created:
4 years, 5 months ago by Eric Holk
Modified:
3 years, 8 months ago
Reviewers:
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

WIP: wasm oob trap handling experiments BUG=

Patch Set 1 #

Patch Set 2 : Duplicate Load instruction into TrapableLoad #

Patch Set 3 : More progress (i.e. flailing around) #

Patch Set 4 : Merge branch 'master' of https://chromium.googlesource.com/v8/v8 into oob-trap #

Patch Set 5 : Record trap landing in RelocInfo. Trap handler can now find this. #

Patch Set 6 : Added a table to determine whether the fault was in wasm code #

Patch Set 7 : Throw a JS exception from the Wasm signal handler path #

Patch Set 8 : Thread trap position from wasm compiler to code generator #

Patch Set 9 : Merge branch 'master' of https://chromium.googlesource.com/v8/v8 into oob-trap #

Patch Set 10 : Move the fault location code into the signal handler; remove lots of dead and crufty code. #

Patch Set 11 : More changes. #

Patch Set 12 : Undoing spurious changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -15 lines) Patch
M src/assembler.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -2 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +22 lines, -1 line 0 comments Download
M src/compiler/opcodes.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +21 lines, -8 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +48 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-codes-x64.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/x64/instruction-scheduler-x64.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +47 lines, -0 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +3 lines, -4 lines 0 comments Download
M src/runtime/runtime-wasm.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +84 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +17 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698