softwords
Brought to you by:
jsadler
Hi,
i suggest the following:
1.
The softwords will always be included and compiled even
if i set FICL_WANT_SOFTWORDS to 0. So i changed
softcore.c to exlude the data and the code if
FICL_WANT_SOFTWORDS is set to 0 like the attached
file shows.
2.
The softwords data should be "const". So the compiler
will add the data to readonly data and will put it in the
flash instead of the valuable ram.
Detlev
softcore.c with the described changes
Belated thanks for this. Ficl3 implements (1) already and I will be sure to carry it forward. I have included (2) as well for release in Ficl304 and will carry it forward. Apologies for the glacial pace. I am resuming work on Ficl after a long hiatus
Closing this - implemented in FIcl 3.05