[asterisk-dev] Re: [asterisk-commits] rizzo: trunk r47132 - in
/trunk: include/asterisk/manager.h main/manager.c
Kevin P. Fleming
kpfleming at digium.com
Fri Nov 3 13:54:31 MST 2006
asterisk-commits at lists.digium.com wrote:
> It is not worthwhile having this as a compile time option
> right now, because the extra work involved at runtime is
> just checking one variable.
I don't think I agree. You are forcing every call to manager_event to
push more arguments on the stack, and then throwing them away if debug
is not enabled.
More information about the asterisk-dev
mailing list