由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Hardware版 - 十几年前的dos exe
相关主题
i7-820很让人失望。哪款cpu计算能力强?
2代i7-2600[Radeon6670] VS 3代i5-3570[Radeon6870] ?想弄个Trading Server跑Java, 求建议
i7的多线程能力还是不错的E7500还是i3?
AMD 6 CORE 1055T 超频推荐刚订的dell studio(1558), 如果有问题,能退吗?
When buying a dellAMD is going higher frequency, deeper pipeline?
急请教:IntelP6200和Core i3到底多大的区别MATLAB,Core i5-660好还是Core i5-750好?
Win10 Scheduler Bug is confirmed to affect Ryzen求推荐CPU +MB
外行请教:这两个CPU哪个更好一些?为啥我的i7 940 4 core在windows里显示8个core?
相关话题的讨论汇总
话题: multi话题: 十几年话题: exe话题: processors话题: dos
进入Hardware版参与讨论
1 (共1页)
n******o
发帖数: 206
1
有一个十几年前的在dos下运行的exe,在十几年的老机器上运行一遍大约10分钟,现在
的机器应该快很多,可是现在在cmd prompt下运行一遍快不了多少。是不是重新
compile一次会不会快些?
O**W
发帖数: 58
2
这个要看有没有为多线程优化吧,八成没有
这十年其实单线程提升并不高
n******o
发帖数: 206
3
有道理,如何实现多线程优化?多线程对应的英文是什么?

【在 O**W 的大作中提到】
: 这个要看有没有为多线程优化吧,八成没有
: 这十年其实单线程提升并不高

r****a
发帖数: 1212
4
得看那个程序干什么的,如果就是计算的话应该会快不少,因为这些年单核性能也肯定
翻倍了
Y****1
发帖数: 1
5
为什么一定要用这个老程序?
n****i
发帖数: 214
6
Multi-threading.
However, I don't think recompiling will help much. Most modern multi-
processors do run-time parallel optimization, meaning it will do its best to
find ways at your program's run time to try to spread the workload to
multiple processors. To increase multi-thread performance, you'd have to
reprogram that program to create more room for multi-threading. This is why
many video games require high single-threaded CPU performance, because they
are poorly written to leverage multiple-processors (cores). It costs too
much money to reprogram them.
O**W
发帖数: 58
7
翻倍那是太乐观了
http://www.cpubenchmark.net/compare/Intel-i7-2600K-vs-Intel-i7-4770K-vs-Intel-i7-6700K-vs-Intel-i7-8700K-vs-Intel-i7-10700K/868vs1919vs2565vs3098vs3733
单核性能10年间从1737到3082而已

【在 r****a 的大作中提到】
: 得看那个程序干什么的,如果就是计算的话应该会快不少,因为这些年单核性能也肯定
: 翻倍了

l****z
发帖数: 29846
8
嗯, 而且dos也不能用多出来的内存

【在 O**W 的大作中提到】
: 翻倍那是太乐观了
: http://www.cpubenchmark.net/compare/Intel-i7-2600K-vs-Intel-i7-4770K-vs-Intel-i7-6700K-vs-Intel-i7-8700K-vs-Intel-i7-10700K/868vs1919vs2565vs3098vs3733
: 单核性能10年间从1737到3082而已

g***n
发帖数: 14250
9
现在 dir 滚屏的速度也没觉得比十年前快了几倍
n******o
发帖数: 206
10
十几年前compile时没有注意是否有用multi tread option

to
why
they

【在 n****i 的大作中提到】
: Multi-threading.
: However, I don't think recompiling will help much. Most modern multi-
: processors do run-time parallel optimization, meaning it will do its best to
: find ways at your program's run time to try to spread the workload to
: multiple processors. To increase multi-thread performance, you'd have to
: reprogram that program to create more room for multi-threading. This is why
: many video games require high single-threaded CPU performance, because they
: are poorly written to leverage multiple-processors (cores). It costs too
: much money to reprogram them.

n******7
发帖数: 12463
11
你就编译一下多大点事儿
n******o
发帖数: 206
12
得找原始code,可能在3吋软盘上,还要想办法读,然后要找编译软件,以前有develop
studio的机器早就没了。

【在 n******7 的大作中提到】
: 你就编译一下多大点事儿
1 (共1页)
进入Hardware版参与讨论
相关主题
i5-760和i7-870有啥区别阿?When buying a dell
i7 950 CPU $250算捡漏了吗?急请教:IntelP6200和Core i3到底多大的区别
看来本版的人还真是烧的:)Win10 Scheduler Bug is confirmed to affect Ryzen
可能我配了个史上挫的i7 2600K外行请教:这两个CPU哪个更好一些?
i7-820很让人失望。哪款cpu计算能力强?
2代i7-2600[Radeon6670] VS 3代i5-3570[Radeon6870] ?想弄个Trading Server跑Java, 求建议
i7的多线程能力还是不错的E7500还是i3?
AMD 6 CORE 1055T 超频推荐刚订的dell studio(1558), 如果有问题,能退吗?
相关话题的讨论汇总
话题: multi话题: 十几年话题: exe话题: processors话题: dos