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

Issue 11635046: Enable type feedback for branch statement and function call (Closed)

Created:
8 years ago by Jay Conrod
Modified:
7 years, 12 months ago
Reviewers:
ulan, danno
CC:
v8-dev
Visibility:
Public.

Description

Enable type feedback for branch statement and function call This change associates TypeFeedbackIds with ToBoolean stubs in full-compiled code on ARM, allowing their information to be used in Crankshaft. This eliminates unnecessary checks, especially in DoBranch. Committed: https://code.google.com/p/v8/source/detail?r=13288

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M src/arm/full-codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
ulan
7 years, 12 months ago (2012-12-28 14:12:58 UTC) #1
LGTM, I will land it for you.

Powered by Google App Engine
This is Rietveld 408576698