]> git.sur5r.net Git - cc65/commit
New store optimization.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 17 Oct 2002 21:37:01 +0000 (21:37 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 17 Oct 2002 21:37:01 +0000 (21:37 +0000)
commit914b2a7e370709a9fe45d738fc8aaa9b7382f76f
treef73958d5896b38a2545da8bbaaa8fbf971ac4cb0
parent4da19658c2a3503b1cfecac9eeb144b825fd3953
New store optimization.
New functions RegValIsKnown and RegValIsUnknown should be used instead of
direct compares against zero, so we can change the "unknown" representation
one day.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1466 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 files changed:
src/cc65/codeinfo.c
src/cc65/codeinfo.h
src/cc65/codeopt.c
src/cc65/coptind.c
src/cc65/coptpush.c
src/cc65/coptsize.c
src/cc65/coptstop.c
src/cc65/coptstore.c [new file with mode: 0644]
src/cc65/coptstore.h [new file with mode: 0644]
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/reginfo.h