unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Marius Vollmer <mvo@zagadka.de>
Cc: guile-devel@gnu.org
Subject: Re: Patch for speeding up the debugging evaluator by a factor of 600
Date: Wed, 11 Aug 2004 21:25:57 +0200	[thread overview]
Message-ID: <87acx1cw8q.fsf@zagadka.ping.de> (raw)
In-Reply-To: <uw5iscythn4.fsf@merkur.math.uni-magdeburg.de> (Matthias Koeppe's message of "Thu, 08 Jul 2004 21:37:19 +0200")

Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de> 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


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


  reply	other threads:[~2004-08-11 19:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-08 19:37 Patch for speeding up the debugging evaluator by a factor of 600 Matthias Koeppe
2004-08-11 19:25 ` Marius Vollmer [this message]
2004-08-11 19:58   ` Matthias Koeppe
2004-08-15 22:36     ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87acx1cw8q.fsf@zagadka.ping.de \
    --to=mvo@zagadka.de \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).