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

Unified Diff: src/lithium-allocator.cc

Issue 6350002: Remove unnecessary recording of temp operands in the register allocator.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lithium-allocator.cc
===================================================================
--- src/lithium-allocator.cc (revision 6328)
+++ src/lithium-allocator.cc (working copy)
@@ -837,7 +837,6 @@
cur_input->virtual_register() - first_artificial_register_);
}
- second->AddTemp(cur_input);
Vyacheslav Egorov (Chromium) 2011/01/17 09:54:50 Add assert that cur_input is used at end, not at s
AddConstraintsGapMove(gap_index, input_copy, cur_input);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698