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

Issue 99173002: Use constant types to represent the fixed right arg of a MOD. (Closed)

Created:
7 years ago by Benedikt Meurer
Modified:
7 years ago
Reviewers:
Sven Panne, mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Use constant types to represent the fixed right arg of a MOD. R=mvstanton@chromium.org, svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18228

Patch Set 1 #

Patch Set 2 : REBASE #

Total comments: 2

Patch Set 3 : Add comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -59 lines) Patch
M src/ast.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +29 lines, -31 lines 0 comments Download
M src/ic.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/ic.cc View 1 2 2 chunks +15 lines, -1 line 0 comments Download
M src/type-info.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/type-info.cc View 1 3 chunks +0 lines, -3 lines 0 comments Download
M src/typing.cc View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
PTAL
7 years ago (2013-12-02 14:27:46 UTC) #1
mvstanton
Nice closing of a TODO :). One question inline... https://codereview.chromium.org/99173002/diff/20001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/99173002/diff/20001/src/ic.cc#newcode2332 src/ic.cc:2332: ...
7 years ago (2013-12-03 10:34:12 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/99173002/diff/20001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/99173002/diff/20001/src/ic.cc#newcode2332 src/ic.cc:2332: ASSERT(Smi::IsValid(fixed_right_arg_.value)); On 2013/12/03 10:34:12, mvstanton wrote: > How are ...
7 years ago (2013-12-03 10:36:39 UTC) #3
mvstanton
Cool, add a comment with that explanation at this location and then... lgtm.
7 years ago (2013-12-03 10:49:02 UTC) #4
Benedikt Meurer
7 years ago (2013-12-03 10:52:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r18228 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698