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). Essentially, a call to an alwayszero function foo in such contexts as if (foo() != 0) or while (foo() != 0) should completely ignore the test and automatically branch to the next statement upon return of the function | + | 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). Essentially, a call to an alwayszero function foo in such contexts as if (foo() != 0) or while (foo() != 0) should completely ignore the test and automatically branch to the next statement upon return of the function. |
== Project Leader(s) == | == Project Leader(s) == | ||
Line 15: | Line 15: | ||
== Project Details == | == Project Details == | ||
− | |||
− | |||
Relevant blog posts: | Relevant blog posts: |
Revision as of 21:43, 27 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 for an overview). Essentially, a call to an alwayszero function foo in such contexts as if (foo() != 0) or while (foo() != 0) should completely ignore the test and automatically branch to the next statement upon return of the function.
Project Leader(s)
Project Contributor(s)
Project Details
Relevant blog posts: