[uim-commit] r1786 - branches/r5rs/sigscheme

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Oct 3 15:47:48 PDT 2005


Author: yamaken
Date: 2005-10-03 15:47:45 -0700 (Mon, 03 Oct 2005)
New Revision: 1786

Modified:
   branches/r5rs/sigscheme/TODO
Log:
* sigscheme/TODO
  - Update


Modified: branches/r5rs/sigscheme/TODO
===================================================================
--- branches/r5rs/sigscheme/TODO	2005-10-03 22:34:53 UTC (rev 1785)
+++ branches/r5rs/sigscheme/TODO	2005-10-03 22:47:45 UTC (rev 1786)
@@ -51,6 +51,12 @@
 
 * Reorganize SCM_SHIFT*() macros to complement POP_ARG() macro
 
+* Change procedure and syntax registration from dumb function invocation
+  sequence to iterating over name-initializer pair, as ScmExp_use() does. This
+  change reduces code size and type consistency management cost. The
+  name-initializer array should automatically be generated from
+  DECLARE_FUNCTION macro (by using some UNIX tools)
+
 ==============================================================================
 Namings and Cosmetic things:
 



More information about the uim-commit mailing list