Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-11-21 | No more VM objects visible to Scheme | Andy Wingo | 1 | -3/+4 |
2013-11-21 | VM accessors take VM as implicit argument, not explicit argument | Andy Wingo | 1 | -5/+5 |
2013-11-19 | rtl-program-code -> program-code | Andy Wingo | 1 | -1/+1 |
2013-11-19 | rtl-program? -> program? | Andy Wingo | 1 | -2/+2 |
2013-11-07 | frame-instruction-pointer is absolute; rewrite (system vm coverage) | Andy Wingo | 1 | -197/+165 |
2013-10-17 | (system vm coverage) works with RTL programs | Andy Wingo | 1 | -10/+25 |
2010-10-01 | add source:line-for-user, returning a 1-indexed line number | Andy Wingo | 1 | -3/+3 |
2010-09-27 | add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable. | Andy Wingo | 1 | -6/+6 |
2010-09-24 | Make `procedure-execution-count' fail gracefully when no source info is avail... | Ludovic Courtès | 1 | -6/+8 |
2010-09-24 | Fix coverage analysis of procedures called from C. | Ludovic Courtès | 1 | -3/+6 |
2010-05-07 | Add (system vm coverage). | Ludovic Courtès | 1 | -0/+362 |