Re: Re[3]: Building Win32-perl with Mingw-gcc vs. MS VC++
by Nick Ing-Simmons other posts by this author
Nov 11 2002 8:43AM messages near this date
view in the new Beta List Site
Re[3]: Building Win32-perl with Mingw-gcc vs. MS VC++
|
I want your MAC!
Robert Allerstorfer <roal@[...].at> writes:
> Hi,
>
> an optimization level greater than 2 increased both the file size and
> the memory consumption. Here are the results of my Perl 5.8.0
> compilates, compiled with GCC 2.95.2:
-O3 and above inlines functions which makes code bigger.
(And may make it no faster if function calls are cheap and cache is "small".)
--
Nick Ing-Simmons
http://www.ni-s.u-net.com/
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Robert Allerstorfer
Nick Ing-Simmons
|