"maybe_warn_former_built_in_variable" re-initialise on every call?

Michael Goffioul michael.goffioul at gmail.com
Fri May 15 17:34:34 CDT 2009


While debugging some octave code, I noticed the
"maybe_warn_former_built_in_variable"
never assigns its static "initialized" to true, such that the
initialization is performed on
each call, that is on each assignment. That's probably not a big deal,
but there are a
couple of CPU cycles to gain over there :)

Michael.


More information about the Octave-maintainers mailing list