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

Issue 5002: Port of fast-case switch to ARM (Closed)

Created:
12 years, 3 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
iposva
CC:
v8-dev
Visibility:
Public.

Description

* Ported fast-case switch to ARM. * Added ARM implementation of fast-case switch, and refactored code to avoid code-duplication. * Added cases for switch test with non-number values.

Patch Set 1 #

Patch Set 2 : Updates based on review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -144 lines) Patch
M src/codegen.h View 2 chunks +38 lines, -1 line 0 comments Download
M src/codegen.cc View 1 chunk +101 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 1 3 chunks +55 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 4 chunks +25 lines, -131 lines 0 comments Download
M src/macro-assembler-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/switch.js View 1 5 chunks +19 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
12 years, 3 months ago (2008-09-26 09:21:00 UTC) #1
iposva
A first set of comments. Please let me know when there is an updated version. ...
12 years, 2 months ago (2008-10-02 00:40:33 UTC) #2
iposva
LGTM -ip
12 years, 2 months ago (2008-10-02 10:38:48 UTC) #3
Lasse Reichstein
12 years, 2 months ago (2008-10-06 12:20:33 UTC) #4
On 2008/10/02 10:38:48, iposva wrote:
> LGTM -ip

Committed directly to SVN.

Powered by Google App Engine
This is Rietveld 408576698