1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00
guile/module/system/base
Andy Wingo e14679bd52 speed up record-case
* module/language/ghil.scm: Whoops, export some unquote-splicing
  accessors that we didn't have exported before.

* module/system/base/syntax.scm: Speed up record-case, by syntactically
  determining the predicates and accessors. Nasty, in a way; but also
  much faster.
2009-02-11 22:08:04 +01:00
..
compile.scm minor cleanups 2009-02-09 11:42:27 +01:00
language.scm add decompilers that can take us back to assembly 2009-01-30 12:59:29 +01:00
Makefile.am move guilec.mk to am/guilec 2008-11-01 13:05:10 +01:00
pmatch.scm match bare literals with eq? in pmatch, not equal? 2009-02-10 13:18:36 +01:00
syntax.scm speed up record-case 2009-02-11 22:08:04 +01:00