guile-devel
[Top][All Lists]
Advanced

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

Re: Anyone can explain the fields of vm_cont?


From: Andy Wingo
Subject: Re: Anyone can explain the fields of vm_cont?
Date: Mon, 20 Jun 2016 11:13:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Greets,

Still want this?  Reply with a copy of Guile master's "struct
scm_vm_cont" and I'll let you know :)

Andy

On Mon 14 Sep 2015 11:16, Nala Ginrut <address@hidden> writes:

> I found that there's no any comments for the fields of struct vm_cont in
> vm.h. Is there anyone kind enough to point me out?
>
>  struct scm_vm_cont {
>    SCM *sp;
>    SCM *fp;
>    scm_t_uint8 *ra, *mvra;
>    scm_t_ptrdiff stack_size;
>    SCM *stack_base;
>    scm_t_ptrdiff reloc;
>    scm_t_uint32 flags;
>  };
>
> I want to know the meaning of each fields, thanks!
>
> PS: please don't reply me "it's unnecessary to know it for using Guile",
> I want to know it anyway. ;-P
>
> Best regards.
>  



reply via email to

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