Revision: 9938
Author:   [email protected]
Date:     Wed Nov  9 06:47:12 2011
Log:      Removing outdated assertions.

[email protected]

Review URL: http://codereview.chromium.org/8497045
http://code.google.com/p/v8/source/detail?r=9938

Modified:
 /branches/bleeding_edge/src/code-stubs.h
 /branches/bleeding_edge/src/x64/code-stubs-x64.cc

=======================================
--- /branches/bleeding_edge/src/code-stubs.h    Wed Nov  9 06:32:51 2011
+++ /branches/bleeding_edge/src/code-stubs.h    Wed Nov  9 06:47:12 2011
@@ -783,9 +783,6 @@
         index_not_number_(index_not_number),
         index_out_of_range_(index_out_of_range),
         index_flags_(index_flags) {
-    ASSERT(!scratch_.is(object_));
-    ASSERT(!scratch_.is(index_));
-    ASSERT(!scratch_.is(result_));
     ASSERT(!result_.is(object_));
     ASSERT(!result_.is(index_));
   }
=======================================
--- /branches/bleeding_edge/src/x64/code-stubs-x64.cc Wed Nov 9 06:32:51 2011 +++ /branches/bleeding_edge/src/x64/code-stubs-x64.cc Wed Nov 9 06:47:12 2011
@@ -4097,7 +4097,6 @@
                  Heap::kEmptyStringRootIndex);
   __ j(not_equal, &call_runtime_);
   // Get the first of the two parts.
-  ASSERT(!kScratchRegister.is(scratch_));
   __ movq(object_, FieldOperand(object_, ConsString::kFirstOffset));
   __ jmp(&assure_seq_string, Label::kNear);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to