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

Unified Diff: src/ia32/assembler-ia32.h

Issue 22903028: Make x87 stack tracking more robust and avoid spilling (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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/ia32/assembler-ia32.h
diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
index c10293783947ba2a1f2479312d45737186e31fac..fd6351b4eada83234107f222168b370ecdfb77de 100644
--- a/src/ia32/assembler-ia32.h
+++ b/src/ia32/assembler-ia32.h
@@ -230,7 +230,7 @@ struct XMMRegister : IntelDoubleRegister {
struct X87Register : IntelDoubleRegister {
- static const int kNumAllocatableRegisters = 5;
+ static const int kNumAllocatableRegisters = 2;
static const int kNumRegisters = 5;
bool is(X87Register reg) const {

Powered by Google App Engine
This is Rietveld 408576698