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

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

Created:
7 years, 11 months ago by palfia
Modified:
7 years, 11 months ago
Reviewers:
kisg, Paul Lind, ulan, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Enable type feedback for branch statement and function call Port r13288 (5fa2c889) Original commit message: 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. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=13315

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
palfia
7 years, 11 months ago (2013-01-07 00:51:09 UTC) #1
ulan
7 years, 11 months ago (2013-01-07 08:49:08 UTC) #2
LGTM, I will land it for you.

Powered by Google App Engine
This is Rietveld 408576698