dbc
https://chromiumcodereview.appspot.com/10969069/diff/1/src/objects.h File src/objects.h (right): https://chromiumcodereview.appspot.com/10969069/diff/1/src/objects.h#newcode2920 src/objects.h:2920: inline static uint32_t NextProbe( If you want to _force_ inlining consider using INLINE macro. inline is just a hint that might be ignored by the compiler (e.g. due to inlining budget constraints). https://chromiumcodereview.appspot.com/10969069/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
