Re: [Sdcc-user] Z80 code size reduction

2011-07-13 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 12.07.2011 14:57, schrieb Lin Rongrong: > I got the following error when using --oldralloc option: > > C:\SDCC\BIN\sdcc ne2000.c -mz80 -c --oldralloc --std-c99 --codeseg CODE0 > Internal error: validateOpType failed in OP_SYMBOL(IC_RESULT (ic)) @

Re: [Sdcc-user] Z80 code size reduction

2011-07-13 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 13.07.2011 04:24, schrieb Lin Rongrong: > --max-allocs-per-node 100 reduced compile time to 5 minutes. But it > generated larger code size than 3.0.1, caused a bank overflow in my case and > thus can not generate a binary file to test whether the