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

Unified Diff: src/store-buffer.cc

Issue 291913002: Relax assertion in StoreBuffer::FindPointersToNewSpaceInMapsRegion (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/store-buffer.cc
diff --git a/src/store-buffer.cc b/src/store-buffer.cc
index 547359a09d50d8a33c70b73fdb3e3b3085480572..ab1323231dd5bffde33a14cd706f951b93472704 100644
--- a/src/store-buffer.cc
+++ b/src/store-buffer.cc
@@ -448,7 +448,6 @@ void StoreBuffer::FindPointersToNewSpaceInMapsRegion(
Address map_aligned_end = MapEndAlign(end);
ASSERT(map_aligned_start == start);
- ASSERT(map_aligned_end == end);
Hannes Payer (out of office) 2014/05/20 05:49:49 can we change the assert to ASSERT(map_aligned_sta
FindPointersToNewSpaceInMaps(map_aligned_start,
map_aligned_end,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698