Re: GNU Guile branch, master, updated. v2.1.0-163-g283ab48

2012-03-08 Thread Andy Wingo
Hi, On Thu 08 Mar 2012 03:29, Mark H Weaver m...@netris.org writes: commit 283ab48d3f20a5c5281cafc29f0c30c8d8ace9ee Author: Andy Wingo wingo-e+axbwqsrlaavxtiumw...@public.gmane.org Date: Wed Mar 7 19:01:56 2012 +0100 faster (make-prompt-tag); default-prompt-tag is a parameter

Re: GNU Guile branch, master, updated. v2.1.0-163-g283ab48

2012-03-08 Thread Mark H Weaver
Andy Wingo wi...@pobox.com writes: I fear that making 'default-prompt-tag' a parameter might slow things down quite a bit on platforms with a slow implementation of thread local storage. Not the case! It shouldn't depend on thread-local storage at all actually since the VM already has a

Re: GNU Guile branch, master, updated. v2.1.0-163-g283ab48

2012-03-08 Thread Andy Wingo
On Thu 08 Mar 2012 15:28, Mark H Weaver m...@netris.org writes: What's the anticipated use case for this? Parameterizing default prompts? It allows users to re-set the user/system process boundary for a dynamic extent. Okay, makes sense. Sorry for the bother. No problem. I don't have a