Re: Anyone can explain the fields of vm_cont?

2016-06-20 Thread Andy Wingo
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 writes: > I found that there's no any comments for the fields of struct vm_cont in > vm.h. Is there anyone kind enough

Anyone can explain the fields of vm_cont?

2015-09-14 Thread Nala Ginrut
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; };