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

Issue 2620263003: Implement Instance instances correctly; fix a few error cases (Closed)

Created:
3 years, 11 months ago by rossberg
Modified:
3 years, 11 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Implement Instance instances correctly; fix a few error cases R=titzer@chromium.org BUG= Review-Url: https://codereview.chromium.org/2620263003 Cr-Commit-Position: refs/heads/master@{#42288} Committed: https://chromium.googlesource.com/v8/v8/+/022635bf0ddb22f26654621a86d4c81430114403

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix & simplify Wasm setup; adjust some tests #

Total comments: 2

Patch Set 4 : Remove obsolete TODO #

Patch Set 5 : Tenure instance objects #

Patch Set 6 : Rebase #

Patch Set 7 : Export flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -99 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M src/wasm/wasm-js.h View 1 2 3 4 5 6 1 chunk +1 line, -10 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 2 3 10 chunks +67 lines, -72 lines 0 comments Download
M src/wasm/wasm-module.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/wasm/wasm-objects.cc View 1 2 3 4 5 1 chunk +8 lines, -5 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M test/common/wasm/wasm-module-runner.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M test/mjsunit/wasm/js-api.js View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 35 (18 generated)
rossberg
3 years, 11 months ago (2017-01-11 15:51:31 UTC) #1
titzer
lgtm
3 years, 11 months ago (2017-01-11 15:54:07 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2620263003/1
3 years, 11 months ago (2017-01-11 15:58:39 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/30621) v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
3 years, 11 months ago (2017-01-11 16:00:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2620263003/20001
3 years, 11 months ago (2017-01-11 16:32:04 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/15216) v8_linux64_asan_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 11 months ago (2017-01-11 16:47:11 UTC) #11
rossberg
PTAL. Had to fix the WasmJs install logic, because we actually create instance objects even ...
3 years, 11 months ago (2017-01-12 15:12:10 UTC) #12
titzer
LGTM. I like the simplification. https://codereview.chromium.org/2620263003/diff/40001/src/wasm/wasm-js.cc File src/wasm/wasm-js.cc (right): https://codereview.chromium.org/2620263003/diff/40001/src/wasm/wasm-js.cc#newcode734 src/wasm/wasm-js.cc:734: // TODO(titzer): Move this ...
3 years, 11 months ago (2017-01-12 15:19:01 UTC) #13
rossberg
https://codereview.chromium.org/2620263003/diff/40001/src/wasm/wasm-js.cc File src/wasm/wasm-js.cc (right): https://codereview.chromium.org/2620263003/diff/40001/src/wasm/wasm-js.cc#newcode734 src/wasm/wasm-js.cc:734: // TODO(titzer): Move this to bootstrapper.cc?? On 2017/01/12 15:19:01, ...
3 years, 11 months ago (2017-01-12 15:21:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2620263003/60001
3 years, 11 months ago (2017-01-12 15:21:13 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/15289)
3 years, 11 months ago (2017-01-12 15:31:43 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2620263003/80001
3 years, 11 months ago (2017-01-12 18:45:14 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/30719) v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
3 years, 11 months ago (2017-01-12 18:46:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2620263003/100001
3 years, 11 months ago (2017-01-12 19:05:26 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/30755)
3 years, 11 months ago (2017-01-12 19:21:37 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2620263003/120001
3 years, 11 months ago (2017-01-12 19:58:25 UTC) #32
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 20:32:33 UTC) #35
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/v8/v8/+/022635bf0ddb22f26654621a86d4c814301...

Powered by Google App Engine
This is Rietveld 408576698