[ruby-core:63932] Re: [ruby-trunk - Bug #10080] Functions marked as "static inline" are not inlined by gcc

From: Eric Wong <normalperson@...>
Date: 2014-07-22 17:40:29 UTC
List: ruby-core #63932
I don't think removing "inline" is necessary, either.  It is a hint
to the compiler (and as evidenced, your compiler is capable of
ignoring it).  Different compilers may still inline it and produce
faster code.

In This Thread

Prev Next