DescriptionInline an inline function into the CHECK macro
CheckHelper was only used within the macro itself. Furthermore, GCC
with -Winline was not always happy with the inline function. Simple
solution: Inline the inline function into the macro itself. Inlining
squared!
Committed: https://code.google.com/p/v8/source/detail?r=10550
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|