1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module
Andy Wingo aec8febc46 compile ecmascript's parser. yay! instant load-time!
* module/language/ghil/compile-glil.scm (codegen): If there are more than
  255 arguments, make a list and use apply instead of calling directly.

* module/language/Makefile.am: Now we can compile parse.scm. Yay!

* module/language/scheme/compile-ghil.scm: Add a note.

* module/language/ecmascript/compile-ghil.scm: Add a note.
2009-02-21 20:28:29 +01:00
..
ice-9 Fix interpretation of `(ice-9 getopt-long)'. 2009-02-20 17:38:32 +01:00
language compile ecmascript's parser. yay! instant load-time! 2009-02-21 20:28:29 +01:00
oop a slight add-method speedup 2009-02-14 00:47:56 +01:00
srfi fix mismerge on srfi-19.scm 2009-01-12 21:45:37 +01:00
system be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
Makefile.am move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00