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

Unified Diff: src/x64/assembler-x64.cc

Issue 113837: Change the register allocator so that it no longer tracks references... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 7 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/assembler-x64.cc
===================================================================
--- src/x64/assembler-x64.cc (revision 2055)
+++ src/x64/assembler-x64.cc (working copy)
@@ -568,16 +568,6 @@
return NULL;
}
-bool RegisterAllocator::IsReserved(int a) {
- UNIMPLEMENTED();
- return false;
-}
-
-RegisterFile RegisterAllocator::Reserved() {
- UNIMPLEMENTED();
- return RegisterFile();
-}
-
const int RelocInfo::kApplyMask = -1;
StackFrame::Type StackFrame::ComputeType(StackFrame::State* a) {

Powered by Google App Engine
This is Rietveld 408576698