On Fri, Jan 08, 2010 at 02:51:16PM -0800, Danek Duvall wrote:
> [email protected] wrote:
> 
> > No objection, but is there any way we can get this change into the pycc
> > that's used to build SFW?  I suspect that many of our binary modules
> > would also benefit from the compiler's optimization.
> 
> I think any change like that to pycc is going to pretty much require an
> overhaul of the way pycc works.  We'd need to decide how to ratchet down
> optimization for when it doesn't work properly, for instance, and pycc has
> no way of allowing for that.
> 
> However, it does allow CFLAGS to pass through, so any project that wants
> optimization can just set -O3 or whatever else in CFLAGS, make sure it is
> in setup.py's environment and it'll just show up.

Ok.  Can we strongly suggest that for some of the SFW python components
we depend upon?  IMO, simplejson's speedups binary would be a good
candidate for optimization.

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to