On 8/10/13 7:11 AM, Dmitry Nadezhin wrote:
Memory profiling of ABCL shows that the classes with largest allocation count are LispStackFrame and LispStackFrame.UnavailableArgument . It seems to me that LispStatckFrame.UNAVAILABLE_ARG can be a singleton object, can't it ?
Indeed the "unavailable argument" abstraction should be a singleton.
Committed in [14572][] (with an unfortunate, inadvertent, superfluous change of Netbeans build artifacts).
[14572]: http://lisp.not.org/trac/armedbear/changeset/14572
Thanks for the profiling!