Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | Rename objcodes?.{scm,c,h} to loader.{scm,c,h} | Andy Wingo | 1 | -36/+0 |
2013-11-08 | Remove stack programs, objcode, and the old VM. | Andy Wingo | 1 | -48/+1 |
2012-06-22 | instead of our custom .go format, use elf | Andy Wingo | 1 | -5/+2 |
2012-06-22 | add ELF loader | Andy Wingo | 1 | -1/+4 |
2011-12-01 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+2 |
2011-11-22 | Add missing implicit `SCM_API' for `scm_c_make_objcode_slice'. | Ludovic Courtès | 1 | -1/+1 |
2011-11-22 | Complete cross-compilation support. | Ludovic Courtès | 1 | -0/+1 |
2011-10-24 | refactor tc7 and tc16 checks | Andy Wingo | 1 | -1/+1 |
2011-01-27 | for mmap objcodes, store the fd in the third word, as a scheme int | Andy Wingo | 1 | -0/+3 |
2011-01-27 | objcode type is an enumeration, not flags | Andy Wingo | 1 | -9/+12 |
2010-01-07 | subrs are now VM trampoline procedures | Andy Wingo | 1 | -0/+1 |
2010-01-07 | tc7 tags for vm-related data | Andy Wingo | 1 | -7/+8 |
2010-01-07 | reimplement srfi-4 vectors on top of bytevectors | Andy Wingo | 1 | -5/+5 |
2009-12-15 | Don't use GCC zero-length arrays. | Ludovic Courtès | 1 | -4/+10 |
2009-10-23 | de-nargs struct scm_objcode; procedure-property refactor | Andy Wingo | 1 | -7/+0 |
2009-07-26 | make sure all programs are 8-byte aligned | Andy Wingo | 1 | -0/+1 |
2009-07-24 | nlocs is now 16 bits wide | Andy Wingo | 1 | -2/+1 |
2009-07-23 | remove "externals" from the vm | Andy Wingo | 1 | -2/+1 |
2009-07-15 | Const-qualify buffers passed to `scm_c_make_objcode_slice ()'. | Ludovic Courtès | 1 | -2/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -7/+8 |
2009-05-26 | adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly | Andy Wingo | 1 | -45/+21 |
2009-02-01 | add code for writing out metadata to the end of a program | Andy Wingo | 1 | -0/+1 |
2009-02-01 | add metalen field to bytecode serialization | Andy Wingo | 1 | -0/+4 |
2009-01-30 | remove conv.scm, disasm.scm; objcode->bytecode rename | Andy Wingo | 1 | -1/+1 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -7/+23 |
2008-10-30 | recompiling with compile environments, fluid languages, cleanups | Andy Wingo | 1 | -1/+1 |
2008-08-21 | merge guile-vm into libguile itself | Andy Wingo | 1 | -0/+78 |