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

Unified Diff: src/x64/code-stubs-x64.cc

Issue 419803009: [x64] Get rid of the stupid SmiConstantRegister. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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
Index: src/x64/code-stubs-x64.cc
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
index d0fd3358aa49d237c0fa27ca03c9745f1f9d7824..5befa68641186b5de3537b5402ebb5ecc1d34b34 100644
--- a/src/x64/code-stubs-x64.cc
+++ b/src/x64/code-stubs-x64.cc
@@ -2604,7 +2604,6 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) {
// Set up the roots and smi constant registers.
// Needs to be done before any further smi loads.
- __ InitializeSmiConstantRegister();
__ InitializeRootRegister();
}
« no previous file with comments | « src/objects.h ('k') | src/x64/deoptimizer-x64.cc » ('j') | src/x64/macro-assembler-x64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698