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 <nalagin...@gmail.com> 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