[z88dk-dev] copt

Bridge to the z88dk-developers mailing list
Post Reply
Henk Poley

[z88dk-dev] copt

Post by Henk Poley »

Is there a maximum amount to the size of the .asm file that gets optimized
by the peephole-optimizer 'copt'?

I've heard from someone that he has trouble using it with files larger than
(aprox.) 15kb. Well, that is with copt from Ti8xcc. I don't know if you
have hacked the thing in any way for the z88dk?

Henk Poley

_______________________________________________
z88dk-developers mailing list
z88dk-developers@...
http://lists.sourceforge.net/lists/listinfo/z88dk-developers
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

Post by dom »

On Fri, 16 Mar 2001, Henk Poley wrote:

Is there a maximum amount to the size of the .asm file that gets optimized
by the peephole-optimizer 'copt'?

I've heard from someone that he has trouble using it with files larger than
(aprox.) 15kb. Well, that is with copt from Ti8xcc. I don't know if you
have hacked the thing in any way for the z88dk?

Should be no problems with any size - I've done files up to 80k long with
no problems. copt will gracefully exit if there's no memory printing a
nice message to that effect as well.

d.



_______________________________________________
z88dk-developers mailing list
z88dk-developers@...
http://lists.sourceforge.net/lists/listinfo/z88dk-developers
Post Reply