~ chicken-core (chicken-5) 5d8a022ff2f87f6be1c8f48c9fe76192a87f9789
commit 5d8a022ff2f87f6be1c8f48c9fe76192a87f9789
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Aug 21 00:16:47 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sun Aug 21 00:16:47 2011 +0200
enable specialization for compiler files
diff --git a/tweaks.scm b/tweaks.scm
index 1b94d9f8..ca4c3993 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,4 +1,4 @@
-;;;; tweaks.scm - Some inline-routines and declarations
+;;;; tweaks.scm - Some inline-routines and declarations for the compiler
;
; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
@@ -32,6 +32,7 @@
(cond-expand
((not debugbuild)
(declare
+ ;XXX (specialize)
(disable-interrupts)
(no-bound-checks)
(no-procedure-checks)
Trap