aboutsummaryrefslogtreecommitdiffstats
path: root/x11/sessreg
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-11-23 13:33:29 +0800
committereadler <eadler@FreeBSD.org>2011-11-23 13:33:29 +0800
commitb945db48e41a7bac4ede347e0442d5d00b4e7feb (patch)
tree640ca75300d85a9da84a5f9ea928d80f2207f5bf /x11/sessreg
parentc38d487c51c90613a8ef7e6a2d1b76cfdc8672a7 (diff)
downloadfreebsd-ports-gnome-b945db48e41a7bac4ede347e0442d5d00b4e7feb.tar.gz
freebsd-ports-gnome-b945db48e41a7bac4ede347e0442d5d00b4e7feb.tar.zst
freebsd-ports-gnome-b945db48e41a7bac4ede347e0442d5d00b4e7feb.zip
- update to 2.1
- remove build patches New features in this release: - By default, functions and global variables are marked as "static" permitting compilers to optimize more aggressivELY IN SOme cases. - We now try harder to get auto-vectorizers and other loop optimizers in trouble by generating code that is more idiomatic and therefore more likely to be optimized. In particular, array indices are in-bounds by construction instead of by using % operators. - Unions are supported. - The comma operator is supported, as in x = (y, 1, z, 3). - Embedded assignments are supported, as in x = 1 + (y = z). - The pre/post increment/decrement operators are supported. - A --no-safe-math mode was added, which avoids calling the safe math wrappers. This is useful when trying to crash compilers but the resulting executables should not be run since they are very likely to have undefined behavior. Feature safe: yes
Diffstat (limited to 'x11/sessreg')
0 files changed, 0 insertions, 0 deletions