Re: Suggestion: lua_popinteger and others
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Suggestion: lua_popinteger and others
- From: Patrick Rapin <toupie300@...>
- Date: 2012年4月25日 11:11:06 +0200
> Who mentioned inlining? Surely any overhead incurred is offset by
> having only one function to call instead of two?
In fact instead of three function calls, because lua_pop is defined as
a macro calling both lua_gettop and lua_settop.