unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Add RTL VM
@ 2013-05-23 13:30 Andy Wingo
  2013-05-23 13:30 ` [PATCH 01/10] inline vm-engine.h into vm-engine.c Andy Wingo
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Andy Wingo @ 2013-05-23 13:30 UTC (permalink / raw)
  To: guile-devel

Hi,

The following patchset does some refactorings to our VM, then in the
last patch adds the new RTL VM alongside the old one.  It's mostly
finished, though you can see that some instructions can't be switched
over until the corresponding stubs (subr, continuation, etc) get
switched over.

Please take a look!

Andy




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

end of thread, other threads:[~2013-06-06  6:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 13:30 Add RTL VM Andy Wingo
2013-05-23 13:30 ` [PATCH 01/10] inline vm-engine.h into vm-engine.c Andy Wingo
2013-05-23 21:28   ` Ludovic Courtès
2013-05-23 13:30 ` [PATCH 02/10] remove CONS macro in VM; use scm_cons instead Andy Wingo
2013-05-23 13:30 ` [PATCH 03/10] minor vm-engine cleanups Andy Wingo
2013-06-06  6:48   ` Marijn
2013-05-23 13:30 ` [PATCH 04/10] remove some configurability in vm-engine Andy Wingo
2013-05-23 13:30 ` [PATCH 05/10] vm-engine: remove register assignments Andy Wingo
2013-05-23 13:30 ` [PATCH 06/10] Allow vm_engine caller to pass arguments on the stack Andy Wingo
2013-05-23 21:37   ` Ludovic Courtès
2013-05-23 13:31 ` [PATCH 07/10] pop-continuation abort-continuation hooks pass return vals directly Andy Wingo
2013-05-23 21:46   ` Ludovic Courtès
2013-05-23 13:31 ` [PATCH 08/10] cpp hygiene in the vm Andy Wingo
2013-05-23 13:31 ` [PATCH 09/10] refactor to resolve_variable Andy Wingo
2013-05-23 21:47   ` Ludovic Courtès
2013-05-23 13:31 ` [PATCH 10/10] add new rtl vm Andy Wingo
2013-05-30 16:06   ` Ludovic Courtès

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).