Revision: 22233
Author: [email protected]
Date: Mon Jul 7 10:00:21 2014 UTC
Log: Fix compilation with clang after r22208
[email protected]
LOG=n
BUG=none
Review URL: https://codereview.chromium.org/370993004
http://code.google.com/p/v8/source/detail?r=22233
Modified:
/branches/bleeding_edge/src/store-buffer.cc
=======================================
--- /branches/bleeding_edge/src/store-buffer.cc Thu Jul 3 16:55:17 2014 UTC
+++ /branches/bleeding_edge/src/store-buffer.cc Mon Jul 7 10:00:21 2014 UTC
@@ -401,20 +401,6 @@
}
}
}
-
-
-// Compute start address of the first map following given addr.
-static inline Address MapStartAlign(Address addr) {
- Address page = Page::FromAddress(addr)->area_start();
- return page + (((addr - page) + (Map::kSize - 1)) / Map::kSize *
Map::kSize);
-}
-
-
-// Compute end address of the first map preceding given addr.
-static inline Address MapEndAlign(Address addr) {
- Address page = Page::FromAllocationTop(addr)->area_start();
- return page + ((addr - page) / Map::kSize * Map::kSize);
-}
void StoreBuffer::IteratePointersInStoreBuffer(
--
--
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.