unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Anyone can explain the fields of vm_cont?
@ 2015-09-14  9:16 Nala Ginrut
  2016-06-20  9:13 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Nala Ginrut @ 2015-09-14  9:16 UTC (permalink / raw)
  To: guile-devel

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.
 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-20  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-14  9:16 Anyone can explain the fields of vm_cont? Nala Ginrut
2016-06-20  9:13 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).