DescriptionSet V8_FATAL and V8_UNIMPLEMENTED to ((void) 0) in Release
V8_UNREACHABLE is already defined as ((void) 0) and all three macros are
already marked as unreliable in Release mode.
For example in loops the code is not optimized by the clang vectorizer
if a call to abort is possible.
BUG=
Patch Set 1 #Patch Set 2 : better formatting #Messages
Total messages: 5 (3 generated)
|