Difference between revisions of "GCC alwayszero function attribute"
Egmetcalfe (talk | contribs) |
Egmetcalfe (talk | contribs) |
||
Line 5: | Line 5: | ||
== Project Description == | == Project Description == | ||
− | This project involves extending gcc to support an alwayszero function attribute (see [https://bugzilla.mozilla.org/show_bug.cgi?id=517370 Bug #517370] for an overview) | + | This project involves extending gcc to support an alwayszero function attribute (see [https://bugzilla.mozilla.org/show_bug.cgi?id=517370 Bug #517370] as well as [[http://ehren.wordpress.com/2009/09/30/popping-my-gimples-a-plan/ this blog post]] for an overview). |
== Project Leader(s) == | == Project Leader(s) == | ||
Line 18: | Line 18: | ||
Relevant blog posts: | Relevant blog posts: | ||
+ | [[http://ehren.wordpress.com/2009/09/30/popping-my-gimples-a-plan/ Popping My GIMPLES (a plan)]] | ||
[http://ehren.wordpress.com/2009/09/20/building-gcc-from-trunk/ Building GCC from trunk] | [http://ehren.wordpress.com/2009/09/20/building-gcc-from-trunk/ Building GCC from trunk] | ||
== Project News == | == Project News == |
Revision as of 17:54, 30 September 2009
Contents
Project Name
GCC alwayszero function attribute
Project Description
This project involves extending gcc to support an alwayszero function attribute (see Bug #517370 as well as [this blog post] for an overview).
Project Leader(s)
Project Contributor(s)
Project Details
Relevant blog posts:
[Popping My GIMPLES (a plan)] Building GCC from trunk