Revision: 18138
Author: [email protected]
Date: Thu Nov 28 16:14:54 2013 UTC
Log: Remove static asserts that dont compile on windows
TBR=mvstanton
BUG=
Review URL: https://codereview.chromium.org/95493002
http://code.google.com/p/v8/source/detail?r=18138
Modified:
/branches/bleeding_edge/src/hydrogen-check-elimination.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen-check-elimination.cc Thu Nov 28
15:50:54 2013 UTC
+++ /branches/bleeding_edge/src/hydrogen-check-elimination.cc Thu Nov 28
16:14:54 2013 UTC
@@ -399,9 +399,7 @@
HCheckTableEntry entries_[kMaxTrackedObjects];
int16_t cursor_; // Must be <= kMaxTrackedObjects
int16_t size_; // Must be <= kMaxTrackedObjects
-
- STATIC_ASSERT((1L << (sizeof(cursor_) * 8)) > kMaxTrackedObjects);
- STATIC_ASSERT((1L << (sizeof(size_) * 8)) > kMaxTrackedObjects);
+ // TODO(titzer): STATIC_ASSERT kMaxTrackedObjects < max(cursor_)
};
--
--
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/groups/opt_out.