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

Unified Diff: src/codegen.cc

Issue 18588: Remove spilled code from GenerateFastCaseSwitchJumpTable and Cases. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/codegen-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen.cc
===================================================================
--- src/codegen.cc (revision 1167)
+++ src/codegen.cc (working copy)
@@ -428,7 +428,7 @@
for (int i = 0; i < length; i++) {
Comment cmnt(masm(), "[ Case clause");
case_labels[i].Bind();
- VisitStatementsAndSpill(cases->at(i)->statements());
+ VisitStatements(cases->at(i)->statements());
// All of the labels match the same expected frame as the table start.
// If control flow cannot fall off the end of the case statement, we
« no previous file with comments | « no previous file | src/codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698