-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Description
Tested on FreeBSD 10.1 64bit with nodejs v0.12.7
$ uname -a
FreeBSD vm2 10.1-RELEASE-p19 FreeBSD 10.1-RELEASE-p19 #0: Sat Aug 22 03:55:09 UTC 2015 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
$ c++ --version
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.1
Thread model: posix
$ g++ --version
g++ (FreeBSD Ports Collection) 4.8.5
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compilation time spent by clang LLVM:
real 1m49.474s
user 14m51.253s
sys 2m0.750s
Compilation time spent by clang GCC:
real 2m23.481s
user 20m24.823s
sys 2m54.503s