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

Issue 1642993002: Accurately type foreign functions, and variables. (Closed)

Created:
4 years, 10 months ago by bradnelson
Modified:
4 years, 10 months ago
Reviewers:
titzer, aseemgarg, bradn
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

Accurately type foreign functions, and variables. Associate a type with foreign functions at their callsite. Associate a type with foreign variables. More pervasively forbid computation in the module body. Confirm foreign call arguments are exports. BUG= https://code.google.com/p/v8/issues/detail?id=4203 TEST=test-asm-validator R=aseemgarg@chromium.org,titzer@chromium.org LOG=N Committed: https://crrev.com/b1d43d0b31e8aea7b31261764fef5bee4ad13903 Cr-Commit-Position: refs/heads/master@{#33596}

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -11 lines) Patch
M src/typing-asm.h View 2 chunks +3 lines, -0 lines 2 comments Download
M src/typing-asm.cc View 1 15 chunks +51 lines, -7 lines 0 comments Download
M test/cctest/test-asm-validator.cc View 1 5 chunks +147 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
bradnelson
4 years, 10 months ago (2016-01-28 20:54:19 UTC) #1
aseemgarg
lgtm
4 years, 10 months ago (2016-01-28 23:09:27 UTC) #2
aseemgarg
https://codereview.chromium.org/1642993002/diff/20001/src/typing-asm.h File src/typing-asm.h (right): https://codereview.chromium.org/1642993002/diff/20001/src/typing-asm.h#newcode165 src/typing-asm.h:165: void VisitVariableProxy(VariableProxy* expr, bool assignment); make this private?
4 years, 10 months ago (2016-01-28 23:09:59 UTC) #3
bradn
https://codereview.chromium.org/1642993002/diff/20001/src/typing-asm.h File src/typing-asm.h (right): https://codereview.chromium.org/1642993002/diff/20001/src/typing-asm.h#newcode165 src/typing-asm.h:165: void VisitVariableProxy(VariableProxy* expr, bool assignment); On 2016/01/28 23:09:59, aseemgarg ...
4 years, 10 months ago (2016-01-29 01:03:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1642993002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1642993002/20001
4 years, 10 months ago (2016-01-29 01:04:03 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-01-29 01:05:38 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/b1d43d0b31e8aea7b31261764fef5bee4ad13903 Cr-Commit-Position: refs/heads/master@{#33596}
4 years, 10 months ago (2016-01-29 01:05:58 UTC) #10
Michael Achenbach
4 years, 10 months ago (2016-01-29 07:37:05 UTC) #11
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1648063003/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Breaks arm x-compile:
https://build.chromium.org/p/client.v8/builders/V8%20Arm%20-%20debug%20builde....

Powered by Google App Engine
This is Rietveld 408576698