in reply to Re^2: What defines "Pure Perl"?
in thread What defines "Pure Perl"?

Actually, for all the perl work I've done on Solaris, I've used the gcc-built perl and the gcc suite from sunfreeware. Much easier to get real work done with that.

Replies are listed 'Best First'.
Re^4: What defines "Pure Perl"?
by DrHyde (Prior) on Sep 09, 2008 at 09:26 UTC
    At least the last time I compared them, gcc produced code that was quite noticeably slower. Now this doesn't matter if you're writing your code in perl (if speed were all important you'd use C or FORTRAN or some related evil), but it does matter for some XS modules.