On Oct 24, 2006, at 6:13 PM, Andrew Lentvorski wrote:
Marc Feeley wrote:
That's great! It makes me want to buy a Nintendo DS just to try it out! 3MB seems a bit big though. Did you try any of my suggestions to cut down on code size?
Well, the system does a strip automatically when preparing the nds image. I haven't tried any of the other things because I wanted as much as possible available when I tried networking.
Defining ___OPTIMIZE_SPACE in gambit.h and changing
(##define-macro (use-fast-bignum-algorithms) #t)
to
(##define-macro (use-fast-bignum-algorithms) #f)
in _num.scm (a recompile of _num.scm would then be necessary) shouldn't remove any functionality and may cut the size significantly.
Brad