| Index: include/v8config.h
|
| diff --git a/include/v8config.h b/include/v8config.h
|
| index 24d1ce8902e589af08aec2fdac3321c1e63c6efa..46d2c3ce71ff43f827461e128f4e9001e3c704dd 100644
|
| --- a/include/v8config.h
|
| +++ b/include/v8config.h
|
| @@ -339,6 +339,10 @@ declarator __attribute__((deprecated))
|
| #endif
|
|
|
|
|
| +// a macro to make it easier to see what will be deprecated.
|
| +#define V8_DEPRECATE_SOON(message, declarator) declarator
|
| +
|
| +
|
| // A macro to provide the compiler with branch prediction information.
|
| #if V8_HAS_BUILTIN_EXPECT
|
| # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0))
|
|
|