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

Issue 2615443003: Forbid non-locals/keyed-property calls to allow interleaved compile. (Closed)

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

Description

Forbid non-locals/keyed-property calls to allow interleaved compile. Deferred function call validation is required to support out of order asm.js function declaration. Unfortunately, since we've started interleaving validation and asm-wasm building, we don't check names are resolved until the end. Fortunately, undefined names can be detected from their CallType. Check this at asm-typer time. BUG=676797 R=aseemgarg@chromium.org,titzer@chromium.org Review-Url: https://codereview.chromium.org/2615443003 Cr-Commit-Position: refs/heads/master@{#42158} Committed: https://chromium.googlesource.com/v8/v8/+/be10e68f39b4697e56fcdfcd661dfdbcf19485b7

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -7 lines) Patch
M src/asmjs/asm-typer.cc View 1 4 chunks +13 lines, -0 lines 0 comments Download
M test/cctest/asmjs/test-asm-typer.cc View 1 13 chunks +32 lines, -7 lines 0 comments Download
M test/mjsunit/asm/asm-validation.js View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (11 generated)
bradnelson
3 years, 11 months ago (2017-01-03 20:24:07 UTC) #3
aseemgarg
lgtm
3 years, 11 months ago (2017-01-03 21:38:19 UTC) #6
titzer
On 2017/01/03 21:38:19, aseemgarg wrote: > lgtm lgtm, looks like at least some of the ...
3 years, 11 months ago (2017-01-09 09:04:25 UTC) #7
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/2615443003/20001
3 years, 11 months ago (2017-01-10 03:52:35 UTC) #13
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 04:07:21 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/be10e68f39b4697e56fcdfcd661dfdbcf19...

Powered by Google App Engine
This is Rietveld 408576698