enchmark", but well, I know
- benchmarking is hard.
On Sat, 11 Dec 2021 at 12:01, Miroslav Lachman <000.f...@quip.cz> wrote:
> On 11/12/2021 11:17, dmilith . wrote:
> > 1. Where are compiler options for BSDs?
> > 2. Why they compare -O2 to -O3 code in some benchmarks? Why t
1. Where are compiler options for BSDs?
2. Why they compare -O2 to -O3 code in some benchmarks? Why they enable
fast math in some, and disable it for others?
3. Why they don't mention powerd setup for FreeBSD? By default it may use
slowest CPU mode. Did they even load cpufreq kernel module?
4. Did
It may not only be Virtualbox, but also happens under Vmware VMs.
I use Vmware Fusion 7 pro as my software build-host on top of my Mac
Pro for years now, but I can't build much with 13.0 cause regular
build processes (like sed, awk, grep, zsh) turn into zombies randomly.
Example shot from my priva
First of all - ALSR is designed as mitigation for external attacks,
not internal ones (logged in user).
Second - Linux and FreeBSD both have weak implementations in
comparison to PAX-driven ones. Try attacking the system with
Grsecurity or HardenedBSD (both use the strongest ASLR available
AFAIK).