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

Issue 15993014: hydrogen: split switch optimization code into multiple functions (Closed)

Created:
7 years, 6 months ago by indutny
Modified:
7 years, 6 months ago
Reviewers:
Sven Panne
CC:
v8-dev, titzer
Base URL:
gh:v8/v8.git@master
Visibility:
Public.

Description

hydrogen: split switch optimization code into multiple functions In preparions for future switch statement optimization improvements. R=svenpanne@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -69 lines) Patch
M src/hydrogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +82 lines, -69 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
indutny
7 years, 6 months ago (2013-06-04 15:59:09 UTC) #1
Sven Panne
7 years, 6 months ago (2013-06-05 07:25:10 UTC) #2
Given the fact that we don't have a clear plan how to proceed regarding the
compilation of switch statements, I don't think that simply moving the tail of
the VisitSwitchStatement to a separate method is really worthwhile.

Powered by Google App Engine
This is Rietveld 408576698