summaryrefslogtreecommitdiff
path: root/src/objcodes.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21merge guile-vm into libguile itselfAndy Wingo1-301/+0
2008-08-07big reorg of scheme modules -- e.g. programs.c -> (system vm program)Andy Wingo1-1/+8
2008-05-20properly include config.h in source files, not headersAndy Wingo1-0/+4
2008-04-25Fixed a Scheme translation bug; cleaned compilation with GCC 4.Ludovic Courtes1-2/+2
2008-04-25* src/objcodes.c (make_objcode_by_mmap): Fixed the error type when theLudovic Courtes1-1/+5
2008-04-25Removed a few more deprecated function calls; documented closures.Ludovic Courtes1-6/+11
2008-04-25Playing with the procedure call mechanism.Ludovic Court`es1-0/+32
2008-04-25Improved the VM's efficiency. The VM is as fast as the interpreter. :-(Ludovic Court`es1-3/+6
2008-04-25Fixed the compiler, got the disassembler working.Ludovic Court`es1-0/+2
2008-04-25Updated the assembly process so that `u8vectors' are used. Compilation works.Ludovic Court`es1-11/+24
2008-04-25Translation from Scheme to GHIL, and compilation to GLIL work.Ludovic Court`es1-15/+19
2008-04-25Updated the C code base so that it compiles with Guile 1.7.2.Ludovic Court`es1-1/+1
2001-04-22*** empty log message ***Keisuke Nishida1-2/+4
2001-04-16*** empty log message ***Keisuke Nishida1-0/+225