D*******a 发帖数: 3688 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: DrumMania (嫑跑,兲), 信区: Programming
标 题: 运行时间比较
发信站: BBS 未名空间站 (Sat Apr 26 14:06:50 2008), 转信
有两台机器:
A: P4-2.6GHT, 512M memory, Fedora 8, GCC 4.1.2
B: P4-2.8GHT, 1.5G memory, Mac OS X 10.5.2, GCC 4.0.1 (Xcode)
用-O3编译同一个程序(min cut graph partitioning using simulated annealing)
运行时间差很远
A只用了2:21,但是B却用了5:51
按道理B应该运算能力更强,可是实际上却差那么远,怎么解释呢? | r****y 发帖数: 1437 | 2 then you can tell Apple sucks.
Apple using P4-GHT chips???
【在 D*******a 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: DrumMania (嫑跑,兲), 信区: Programming : 标 题: 运行时间比较 : 发信站: BBS 未名空间站 (Sat Apr 26 14:06:50 2008), 转信 : 有两台机器: : A: P4-2.6GHT, 512M memory, Fedora 8, GCC 4.1.2 : B: P4-2.8GHT, 1.5G memory, Mac OS X 10.5.2, GCC 4.0.1 (Xcode) : 用-O3编译同一个程序(min cut graph partitioning using simulated annealing) : 运行时间差很远 : A只用了2:21,但是B却用了5:51
| D*******a 发帖数: 3688 | 3 i did it on a hackintosh
just wonder if the hacked kernel plays a role here or just the gcc
【在 r****y 的大作中提到】 : then you can tell Apple sucks. : Apple using P4-GHT chips???
| t****e 发帖数: 69 | 4 可能是gcc的问题,一个major版本刚出来的时候可能有很多问题。换3.x的试试.
【在 D*******a 的大作中提到】 : i did it on a hackintosh : just wonder if the hacked kernel plays a role here or just the gcc
|
|