From 9cbc59b328898f7a0966be5ec1665409f6aa836f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 3 Jul 2009 02:48:59 +0000 Subject: Support ECL-based build profiling. * configure.ac.pamphlet: Support --enable-profiling. * config/var-def.mk (oa_yesno_to_lisp_boolean): New. (oa_enable_profiling): Likewise. (oa_enable_lisp_profiling): Likewise. src/ * lisp/Makefile.in (edit): Substitute for oa_enable_profiling. * lisp/core.lisp.in ($EnableLispProfiling): New. (compileLispFile): Use it. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 32c09675..b2570de0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-07-02 Gabriel Dos Reis + + Support ECL-based build profiling. + * lisp/Makefile.in (edit): Substitute for oa_enable_profiling. + * lisp/core.lisp.in ($EnableLispProfiling): New. + (compileLispFile): Use it. + 2009-07-02 Gabriel Dos Reis * interp/sys-macros.lisp (COLLECTV): Use setSimpleArrayEntry, not -- cgit v1.2.3