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

Issue 110123002: Enable optimization of functions with generic switches. (Closed)

Created:
7 years ago by Toon Verwaest
Modified:
7 years ago
Reviewers:
titzer, Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Enable optimization of functions with generic switches. R=jkummerow@chromium.org, titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18347

Patch Set 1 #

Patch Set 2 : Added platform ports #

Total comments: 2

Patch Set 3 : Adding tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -54 lines) Patch
M src/arm/full-codegen-arm.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/ast.h View 2 chunks +3 lines, -6 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen.cc View 6 chunks +31 lines, -41 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/rewriter.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
A test/mjsunit/switch-opt.js View 1 2 1 chunk +221 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Toon Verwaest
PTAL
7 years ago (2013-12-09 10:33:20 UTC) #1
titzer
Sending over to Jakob, as I am Sheriff this week.
7 years ago (2013-12-09 10:37:26 UTC) #2
Jakob Kummerow
lgtm
7 years ago (2013-12-10 09:44:53 UTC) #3
Jakob Kummerow
Platform ports LGTM.
7 years ago (2013-12-10 12:23:17 UTC) #4
titzer
https://codereview.chromium.org/110123002/diff/20001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/110123002/diff/20001/src/hydrogen.cc#newcode4174 src/hydrogen.cc:4174: for (int i = 0; i < clause_count; ++i) ...
7 years ago (2013-12-10 14:27:08 UTC) #5
titzer
On 2013/12/10 14:27:08, titzer wrote: > https://codereview.chromium.org/110123002/diff/20001/src/hydrogen.cc > File src/hydrogen.cc (right): > > https://codereview.chromium.org/110123002/diff/20001/src/hydrogen.cc#newcode4174 > ...
7 years ago (2013-12-10 17:07:27 UTC) #6
Toon Verwaest
This has been sitting in our stash for too long. Landing.
7 years ago (2013-12-18 11:44:16 UTC) #7
Toon Verwaest
7 years ago (2013-12-18 11:45:00 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r18347.

Powered by Google App Engine
This is Rietveld 408576698