Hello all, while reading ben mail I noticed improvements in the way "constant generated compiler code" is handled. That's great ! I wondered if it could be possible to add the global constants in code segments or in some storage heap too.
On much systems, having global constants (such as tables, strings...) is not a problem. But on Palm it seems that this constants are put in the writable memory heap which is not very usefull and space wasting ? If that data could be linked into code segments or a storage heap, PalmOs would nicely work as other platforms. Is that kind of function possible ? does it already exist and I did not see it. I think it exists for strings used directly in code. A Palm specific solution are resources, but rewriting code for each platform is not really satisfying. Armel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
