Author: [EMAIL PROTECTED]
Date: Mon Sep 22 09:00:56 2008
New Revision: 357
Modified:
branches/bleeding_edge/src/builtins-arm.cc
Log:
Remove debugging code that snuck in with the ARM calling convention changes.
Thanks to Erik Corry for spotting this.
Review URL: http://codereview.chromium.org/4015
Modified: branches/bleeding_edge/src/builtins-arm.cc
==============================================================================
--- branches/bleeding_edge/src/builtins-arm.cc (original)
+++ branches/bleeding_edge/src/builtins-arm.cc Mon Sep 22 09:00:56 2008
@@ -425,12 +425,6 @@
// Eagerly check for stack-overflow before starting to push the
arguments.
// r0: number of arguments
Label okay;
- { Label L;
- __ mov(r1, Operand(391864 << kSmiTagSize));
- __ cmp(r0, r1);
- __ b(cc, &L);
- __ bind(&L);
- }
ExternalReference stack_guard_limit_address =
ExternalReference::address_of_stack_guard_limit();
__ mov(r2, Operand(stack_guard_limit_address));
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---