@josh A modern compiler can turn this:
uint32_t example() {uint32_t val = 0, i = 0;
for (i = 0; i < 100; ++i) {
val = ((val + 1) * i) % 123456789;
}
return val;
}
into essentially
uint32_t example() {return 83339357;
}
@josh A modern compiler can turn this:
uint32_t example() {into essentially
uint32_t example() {GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.