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

Issue 6263001: Expose receiver check type in call type feedback. (Closed)

Created:
9 years, 11 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Expose receiver check type in call type feedback. This a preparatory step to support fast function calls on primitive values. Not really used yet in hydrogen. Committed: http://code.google.com/p/v8/source/detail?r=6300

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -26 lines) Patch
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +13 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/heap.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +7 lines, -3 lines 0 comments Download
M src/type-info.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/type-info.cc View 8 chunks +51 lines, -16 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Vitaly Repeshko
9 years, 11 months ago (2011-01-13 00:38:16 UTC) #1
fschneider
LGTM. http://codereview.chromium.org/6263001/diff/1/src/type-info.cc File src/type-info.cc (right): http://codereview.chromium.org/6263001/diff/1/src/type-info.cc#newcode81 src/type-info.cc:81: return IsMonomorphic(expr->position()); It seems that the private helper ...
9 years, 11 months ago (2011-01-13 13:44:50 UTC) #2
Vitaly Repeshko
9 years, 11 months ago (2011-01-13 14:16:54 UTC) #3
http://codereview.chromium.org/6263001/diff/1/src/type-info.cc
File src/type-info.cc (right):

http://codereview.chromium.org/6263001/diff/1/src/type-info.cc#newcode81
src/type-info.cc:81: return IsMonomorphic(expr->position());
On 2011/01/13 13:44:50, fschneider wrote:
> It seems that the private helper IsMonomorphic is not very useful anymore.
Maybe
> just copy it into here and into LoadIsMonomorphic above.

Done.

Powered by Google App Engine
This is Rietveld 408576698