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 9722041: Insert explicit deoptimization for named loads that have "uninitialized" type feedback. (Closed)

Created:
8 years, 9 months ago by fschneider
Modified:
8 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Insert explicit deoptimization for named loads that have "uninitialized" type feedback. We already do this for binary-ops, unary-ops and comparisons. Typefeedback for named loads can now also be in "uninitialized" state which means that the corresponding load IC was never executed. Committed: https://code.google.com/p/v8/source/detail?r=11087

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 2 chunks +12 lines, -1 line 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 9 months ago (2012-03-19 15:28:26 UTC) #1
Jakob Kummerow
8 years, 9 months ago (2012-03-19 15:49:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698