Is pipelining/OoOE available on modern x86 processors when running in real mode?
问题 When running a boot-loader program on a modern-day x86 processor, the processor will be running in real-address mode. Will its instruction pipelining features be active in real mode, or not? 回答1: Yes, the out-of-order core in modern microarchitectures operates basically the same regardless of mode . Most of the difference is in the decoders. See Agner Fog's microarch pdf and other links in the x86 tag wiki for details of how modern CPUs actually do work internally. It would probably take