Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在算术运算的情况下 CPU 周期将如何表现?就像两个 64 位整数相加
编辑:
我们可以在 32 位机器中使用 64 位变量吗?- 当然是的 在提出问题的时候我很困惑所以现在编辑了这个。
是的,例如,javalong是一个 64 位二进制补码整数。CPU 周期将根据处理器芯片组和不同的 JDK/JRE 实现而有所不同,但显然它会比 64 位机器更多的周期。我建议您在目标硬件和 JDK/JRE 上进行实验。
long