1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/system/base
Andy Wingo 8899057d65 match bare literals with eq? in pmatch, not equal?
* module/system/base/pmatch.scm (ppat): Match atoms with eq?, not equal?.
  This speeds up compilation considerably, as we never match against
  numbers or strings or what-have-you. Note, you can match against
  literals with equal? via quoting the literal in the pattern.
2009-02-10 13:18:36 +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 nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00