[plt-scheme] scheme_set_primordial_stack_base

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Sep 22 10:51:02 EDT 2008

At Mon, 22 Sep 2008 10:22:04 +0200, Tom Schouten wrote:
> Hello,
> 
> Looks like in 4.1 the following function changed name (include/plt/scheme.h)
> MZ_EXTERN void scheme_set_primordial_stack_base(void *base, int 
> no_auto_statics);
> 
> Did it also change meaning?

No --- but I think we should change the name back. We didn't mean to
change the external API.

In any case, you might consider switching to scheme_main_stack_setup(),
which was new in v4. It helps avoid some pitfalls in setting up the
stack base, especially with 3m.


Matthew



Posted on the users mailing list.