compile @ and @@
[bpt/guile.git] / module / system / vm / assemble.scm
2008-09-29 Andy Wingocompile @ and @@
2008-09-29 Andy Wingocall toplevel variables "toplevel", not "module"
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingolazily load meta info, for less consage
2008-09-07 Andy Wingoallow multiple modules in one compilation unit
2008-09-02 Andy Wingosuperstition with no important effect
2008-09-02 Andy Wingoditch the 8-bit compiled form of program parameters
2008-08-26 Andy Wingomerge from guile master
2008-08-20 Andy Wingoremove unused "envs" code from guile-vm
2008-08-07 Andy Wingobig reorg of scheme modules -- e.g. programs.c -> ...
2008-08-03 Andy WingoAdd docstring support
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-19 Andy Wingofix immediate linkage, some other fixes to allow vm...
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-05-15 Andy Wingorudimentary syncase support; some dash symbol syncase...
2008-05-15 Andy Wingoavoid zealous unquotation
2008-05-15 Andy Wingo`link' instruction links to symbols by module
2008-05-15 Andy Wingoremove some debugging info
2008-05-15 Andy Wingopush the module resolution info for variables down...
2008-05-11 Andy Wingofixes so that typing asdfadfasff in the repl doesn...
2008-05-04 Andy WingoReplace ice-9 match's structures with guile's records
2008-05-04 Andy WingoStart the process of de-dottification.
2008-05-03 Andy Wingostart using pmatch instead of match
2008-05-03 Andy Wingounify variant types and records; also make-foo instead...
2008-05-03 Andy WingoConvert assemble.scm to use record-case.
2008-04-25 Ludovic CourtesEncode the length of constant lists/vectors on 2 octets...
2008-04-25 Ludovic CourtesTried compiling more code; augmented the doc.
2008-04-25 Ludovic CourtesFixed a Scheme translation bug; cleaned compilation...
2008-04-25 Ludovic Courtes* src/objcodes.c (make_objcode_by_mmap): Fixed the...
2008-04-25 Ludovic Court`esImproved the VM's efficiency. The VM is as fast as...
2008-04-25 Ludovic Court`esGot the VM up and running! Augmented the documentation.
2008-04-25 Ludovic Court`esFixed the compiler, got the disassembler working.
2008-04-25 Ludovic Court`esUpdated the assembly process so that `u8vectors' are...
2008-04-25 Ludovic Court`esTranslation from Scheme to GHIL, and compilation to...
2001-04-23 Keisuke Nishida*** empty log message ***
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-16 Keisuke Nishida*** empty log message ***
2001-04-15 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-10 Keisuke Nishida*** empty log message ***
2001-04-09 Keisuke Nishida*** empty log message ***
2001-04-09 Keisuke Nishida*** empty log message ***
2001-04-09 Keisuke Nishida*** empty log message ***
2001-04-09 Keisuke Nishida*** empty log message ***
2001-04-09 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-04 Keisuke NishidaBetter current module system support.
2001-04-03 Keisuke NishidaCurrent module support hack.
2001-04-01 Keisuke NishidaNew VM.