unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Han-Wen Nienhuys <hanwen@cs.uu.nl>
Subject: Re: guile/workbook/extension/dynamic-root.text
Date: Thu, 30 May 2002 14:28:04 +0200	[thread overview]
Message-ID: <15606.6868.682999.22226@meddo.cs.uu.nl> (raw)
In-Reply-To: <200205300728.AAA00154@morrowfield.home>

lord@regexps.com writes:
> In a stackless implementation, since you can easily have precise GC,
> you can easily have _incremental gc_.
 
> There is a smooth migration path:  if you start by making `eval' and
> `apply' stackless, you can still provide "backwards compatible"
> interfaces for built-ins that expect a stack-full, conservative-GC
> system.  You can gradually fix such built-ins in the core, and perhaps
> eventually deprecate the compatability interface.

Yes, it also destroys GUILE's biggest asset, and the very purpose of
why GUILE came to be: easy integration with external packages (written
in C)

	 SCM
	 foo (SCM x)
	 {
		x = scm_acons (gh_symbol2scm("bar"), gh_int2scm(1),
	 x);
		/*
			non conservative GC at this point will munge the head of x.
		*/
		x = scm_acons (gh_symbol2scm("baz"), gh_int2scm(2), x);
                return l;
	 }


I think this has been discussed before, and I still think that it is a
Bad Idea.

ObGuile:

What's keeping the 1.6 release? Lurking around, I only see lots of
discussion on tiny details that could just as well be fixed in a 1.6.1
`bugfix' release.  I would really like to require GUILE 1.6 for
Lilypond 1.6 (which is to be released in a few months)


--
Han-Wen Nienhuys   |   hanwen@cs.uu.nl    | http://www.cs.uu.nl/~hanwen/


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


  reply	other threads:[~2002-05-30 12:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-30  7:28 guile/workbook/extension/dynamic-root.text Tom Lord
2002-05-30 12:28 ` Han-Wen Nienhuys [this message]
2002-05-30 15:31   ` guile/workbook/extension/dynamic-root.text Rob Browning
2002-05-30 17:28   ` guile/workbook/extension/dynamic-root.text Tom Lord
2002-05-30 20:31     ` guile/workbook/extension/dynamic-root.text Gary Houston
2002-06-12 16:35 ` guile/workbook/extension/dynamic-root.text Dirk Herrmann
2002-06-12 20:37   ` trump C#, C++, and Java Tom Lord
  -- strict thread matches above, loose matches on Subject: below --
2002-05-29 19:48 guile/workbook/extension/dynamic-root.text Gary Houston
2002-06-03 23:16 ` guile/workbook/extension/dynamic-root.text Marius Vollmer
2002-07-09 18:47 ` guile/workbook/extension/dynamic-root.text Marius Vollmer
2002-07-09 20:06   ` guile/workbook/extension/dynamic-root.text Gary Houston

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=15606.6868.682999.22226@meddo.cs.uu.nl \
    --to=hanwen@cs.uu.nl \
    /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).