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( On 2012/09/26 15:12:14, Vyacheslav Egorov (Google) wrote:
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).
I'll do some experiments on whether this makes any difference. https://chromiumcodereview.appspot.com/10969069/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
