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

Issue 1643003004: Accurately type foreign functions, and variables (attempt 2). (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 (attempt 2). 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. Pass zone to more Type constructors, for consistency. 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/43be96989f6e9ba9c22c4fe0f46c09c9a5b9cb12 Cr-Commit-Position: refs/heads/master@{#33622}

Patch Set 1 #

Total comments: 2

Patch Set 2 : pass zone #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -38 lines) Patch
M src/typing-asm.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/typing-asm.cc View 1 29 chunks +79 lines, -34 lines 0 comments Download
M test/cctest/test-asm-validator.cc View 5 chunks +147 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
bradn
Passing a zone to Type::Number this time. Rather frightening that not a single trybot catches ...
4 years, 10 months ago (2016-01-29 18:41:17 UTC) #2
aseemgarg
lgtm https://codereview.chromium.org/1643003004/diff/1/src/typing-asm.h File src/typing-asm.h (right): https://codereview.chromium.org/1643003004/diff/1/src/typing-asm.h#newcode165 src/typing-asm.h:165: void VisitVariableProxy(VariableProxy* expr, bool assignment); private?
4 years, 10 months ago (2016-01-29 20:54:25 UTC) #4
bradn
https://codereview.chromium.org/1643003004/diff/1/src/typing-asm.h File src/typing-asm.h (right): https://codereview.chromium.org/1643003004/diff/1/src/typing-asm.h#newcode165 src/typing-asm.h:165: void VisitVariableProxy(VariableProxy* expr, bool assignment); On 2016/01/29 20:54:25, aseemgarg ...
4 years, 10 months ago (2016-01-29 22:31:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1643003004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1643003004/20001
4 years, 10 months ago (2016-01-29 22:31:18 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-01-29 22:32:43 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-01-29 22:33:12 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/43be96989f6e9ba9c22c4fe0f46c09c9a5b9cb12
Cr-Commit-Position: refs/heads/master@{#33622}

Powered by Google App Engine
This is Rietveld 408576698