Revision: 19887
Author: [email protected]
Date: Thu Mar 13 10:28:53 2014 UTC
Log: A64: Remove an invalid assertion about the position of the
reloc_info_writer.
Review URL: https://codereview.chromium.org/196413007
http://code.google.com/p/v8/source/detail?r=19887
Modified:
/branches/bleeding_edge/src/a64/assembler-a64.cc
=======================================
--- /branches/bleeding_edge/src/a64/assembler-a64.cc Thu Mar 13 09:45:02
2014 UTC
+++ /branches/bleeding_edge/src/a64/assembler-a64.cc Thu Mar 13 10:28:53
2014 UTC
@@ -2653,9 +2653,6 @@
Label size_check;
bind(&size_check);
int veneer_pool_relocinfo_loc = pc_offset();
-#ifdef DEBUG
- byte* reloc_writer_record_pos = reloc_info_writer.pos();
-#endif
Label end;
if (need_protection) {
@@ -2697,7 +2694,6 @@
}
// Record the veneer pool size.
- ASSERT(reloc_writer_record_pos == reloc_info_writer.pos());
int pool_size = SizeOfCodeGeneratedSince(&size_check);
RecordVeneerPool(veneer_pool_relocinfo_loc, pool_size);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.