Description[wasm] Instantiate the interpreter on demand
If a breakpoint is set on a wasm function, compile an interpreter entry
stub for it, and replace all calls to the original function by calls to
this interpreter entry.
Also, instantiate a wasm interpreter object on demand and set the
breakpoint there.
R=titzer@chromium.org
BUG=v8:5822
Review-Url: https://codereview.chromium.org/2625093004
Cr-Commit-Position: refs/heads/master@{#42309}
Committed: https://chromium.googlesource.com/v8/v8/+/eb04a25f1f61611588bf3ccf0bb564ddc2a872e3
Patch Set 1 #Patch Set 2 : Remove partilly dead variable #
Total comments: 10
Patch Set 3 : Address comments #
Dependent Patchsets: Messages
Total messages: 21 (16 generated)
|