guile-devel
[Top][All Lists]
Advanced

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

Re: Stack calibration


From: Ludovic Courtès
Subject: Re: Stack calibration
Date: Tue, 14 Oct 2008 09:25:15 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hello,

"Neil Jerram" <address@hidden> writes:

> diff --git a/.gitignore b/.gitignore
> index a122176..39c4b49 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -70,3 +70,4 @@ guile-readline/guile-readline-config.h
>  guile-readline/guile-readline-config.h.in
>  TAGS
>  guile-1.8.pc
> +stack-limit-calibration.scm

I'd put a leading `/', which means that it only pertains to this
directory.

> +SCM_DEFINE (scm_sys_get_stack_size, "%get-stack-size", 0, 0, 0,
> +         (),
> +         "Return the current thread's C stack size (in units of sizeof 
> (SCM_STACKITEM *)).")

For the "end-user", it's really "in units of Scheme objects", no?

"Neil Jerram" <address@hidden> writes:

> One update to this below.  It isn't actually necessary or helpful, for
> this case, to pull in the GOOPS interface to evaluator traps.

Even better!  :-)

I'm happy with this new version, please go ahead!

Thank you,
Ludo'.





reply via email to

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