Re: [Cegcc-devel] DLL-Library

2007-09-15 Thread Pedro Alves
Hendrik Helwich escreveu: > Hello CeGCC Developers, > > i just heard about CeGCC and used it to compile the zlib (www.zlib.net, > actual version 1.2.3). It worked fine! > But is it possible to create a DLL-Library with CeGCC instead of an > EXE-Application ? > Yes. Take a look here, most of w

Re: [Cegcc-devel] Performance considerations

2007-09-15 Thread Pedro Alves
pgeorges wrote: > Hi, > > I ported some chess engines to Pocket PC with cegecc and noticed the > number of calculated positions per second is about 30% lower with my > ports than the equivalent made by other people who used Microsoft compilers. > Years ago I made some comparisons between gcc and

[Cegcc-devel] Performance considerations

2007-09-15 Thread pgeorges
Hi, I ported some chess engines to Pocket PC with cegecc and noticed the number of calculated positions per second is about 30% lower with my ports than the equivalent made by other people who used Microsoft compilers. Years ago I made some comparisons between gcc and icc under Linux and notice