Mike Gran <spk...@yahoo.com> writes: > On my system I ran a test with SCM_MAKE_CHAR as a macro, an an inline, > and as a never inlined function. I ran ./check-guile twice for each.
You're cheating! ;-) The test suite does lots of things besides calling `SCM_MAKE_CHAR ()', so I'm not sure if it's a good benchmark. I'm fairly confident that for such a small piece of code inlining is always a good idea. Thanks, Ludo'.