Open main menu

CDOT Wiki β

Changes

GCC alwayszero function attribute

35 bytes removed, 22:43, 27 September 2009
no edit summary
== 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, ignoring the check.
== Project Leader(s) ==
== Project Details ==
 
More to come.
Relevant blog posts:
1
edit