Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (debug-enable 'debug) makes evaluator slow?
- To: hjstein@bfr.co.il (Harvey J. Stein)
- Subject: Re: (debug-enable 'debug) makes evaluator slow?
- From: Jim Blandy <jimb@red-bean.com>
- Date: 07 Nov 1998 14:07:04 -0500
- Cc: guile@cygnus.com
- In-Reply-To: hjstein@bfr.co.il's message of 20 Aug 1998 14:47:03 +0300
- Message-ID: <wwniugriap3.fsf@totoro.red-bean.com>
- References: <m2hfzjyqzt.fsf_-_@blinky.bfr.co.il><wwnyass1b4s.fsf@totoro.red-bean.com><wwnd8a31wvw.fsf@totoro.red-bean.com><13781.36640.766625.586103@baguette><m21zqh7vbc.fsf_-_@blinky.bfr.co.il><m2yasp6fdh.fsf_-_@blinky.bfr.co.il> <xy7lnojq4y3.fsf@mdj.nada.kth.se><m2g1erri83.fsf@blinky.bfr.co.il> <m2d89vri2w.fsf@blinky.bfr.co.il>
- Sender: owner-guile@cygnus.com
[Cleaning up some *very* old mail...]
> I observed guile executing code more slowly when debugging was
> enabled. I vaguely recall stmts years ago on the guile mailing list
> that enabling debugging made loading slow but did *not* make execution
> any slower. My question is whether or not this was supposed to be the
> case & it changed, or was it never the case.
Debugging always makes execution slower.
Perhaps you're confusing it with the module system, which only slows
down the first evaluation of a given expression.
Guile Home |
Main Index |
Thread Index