1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00
guile/module/system/base
Andy Wingo 3ca8401113 slight optimization in transform-record, note in optimize*
* module/language/ghil/compile-glil.scm (optimize*): Add a note.

* module/system/base/syntax.scm (transform-record): Access the common
  slots once at the beginning. Cuts down on the number of toplevel refs
  needed by the generated code.
2009-02-27 13:37:35 +01:00
..
compile.scm use umask when making permissions on .go files 2009-02-24 23:02:33 +01:00
language.scm no keyword arguments in GHIL / GLIL, just optional args -- faster compiles 2009-02-13 00:01:47 +01:00
pmatch.scm match bare literals with eq? in pmatch, not equal? 2009-02-10 13:18:36 +01:00
syntax.scm slight optimization in transform-record, note in optimize* 2009-02-27 13:37:35 +01:00