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

Issue 1687005: Fix BinaryOpIC implementation on ARM.... (Closed)

Created:
10 years, 8 months ago by Vladislav Kaznacheev
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix BinaryOpIC implementation on ARM. On a pair of smis HEAP_NUMBERS stub is significantly slower than GENERIC. This slows down some tests dramatically (crypto-aes from SunSpider). With this change HEAP_NUMBERS stub switches to GENERIC stub the first time it sees 2 smis as its operands. Committed: http://code.google.com/p/v8/source/detail?r=4483

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M src/arm/codegen-arm.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vladislav Kaznacheev
10 years, 8 months ago (2010-04-21 12:51:13 UTC) #1
Erik Corry
10 years, 8 months ago (2010-04-21 18:18:11 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698