guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for speeding up the debugging evaluator by a factor of 600


From: Marius Vollmer
Subject: Re: Patch for speeding up the debugging evaluator by a factor of 600
Date: Wed, 11 Aug 2004 21:25:57 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Matthias Koeppe <address@hidden> writes:

> The real fix is to use a hash table rather than an alist.

Excellent detective work!  I dug a little further and noted that we
have SCM_SUBR_PROPS but don't use it at all!

So your patch is definitely good, but would you be willing to improve
it the situation further by making use of SCM_SUBR_PROPS for subrs,
and maybe other means for other kinds of objects that are
scm_procedure_p, and only use scm_stand_in_proc for the remaining
unsolved cases?

I will apply your patch to both 1.6 and HEAD.  Thanks!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]