http://codereview.chromium.org/8267004/diff/1/src/checks.h File src/checks.h (right):
http://codereview.chromium.org/8267004/diff/1/src/checks.h#newcode273 src/checks.h:273: #define SLOW_ASSERT(condition) if (FLAG_enable_slow_asserts) CHECK(condition) Although it's a bit late for a comment: Using the ugly, but common "do { if ... } while(0)" idiom here would be safer... http://codereview.chromium.org/8267004/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
