]> git.sur5r.net Git - cc65/commitdiff
Create one literal pool per function, so that literal pool data is removed
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 4 Dec 2009 14:12:25 +0000 (14:12 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 4 Dec 2009 14:12:25 +0000 (14:12 +0000)
together with a function, if it is not used. Literal storage can now be
controlled by #pragma writable-strings on a per function basis.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4499 b7a2c559-68d2-44c3-8de9-860c34a00d81


No differences found