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

Issue 9240006: Fix handling of named interceptors in optimized code. (Closed)

Created:
8 years, 11 months ago by fschneider
Modified:
8 years, 11 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix handling of named interceptors in optimized code. When calling a constant function property from optimized code, we need to check that there is no interceptor on the receiver map. TEST=cctest/InterceptorCallICConstantFunctionNotNeededWrapped Committed: http://code.google.com/p/v8/source/detail?r=10425

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -11 lines) Patch
M src/ast.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 chunks +53 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
fschneider
8 years, 11 months ago (2012-01-17 13:26:38 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/9240006/diff/1/test/cctest/test-api.cc File test/cctest/test-api.cc (right): http://codereview.chromium.org/9240006/diff/1/test/cctest/test-api.cc#newcode8970 test/cctest/test-api.cc:8970: // to test the optimized compiler. Can we ...
8 years, 11 months ago (2012-01-17 13:30:51 UTC) #2
fschneider
8 years, 11 months ago (2012-01-17 15:56:40 UTC) #3
http://codereview.chromium.org/9240006/diff/1/test/cctest/test-api.cc
File test/cctest/test-api.cc (right):

http://codereview.chromium.org/9240006/diff/1/test/cctest/test-api.cc#newcode...
test/cctest/test-api.cc:8970: // to test the optimized compiler.
On 2012/01/17 13:30:51, Erik Corry wrote:
> Can we force optimization?

Done.

Powered by Google App Engine
This is Rietveld 408576698