释义 |
multiprocessing interleaving /odd fashion.It significantly reduces storageaccess conflicts in a multiprocessor system and increases overall system performance.With interleaving, the modules are divided into even and odd locationsalthough the addressing structure within the modules themselves remains unchanged.For example, in a fully expanded eight module system, modules 0,2,4,6 are referenced for even address while modules 1,3,5,7 are referenced for odd.;按奇偶方式对相邻存储器模块进行编址的处理方法,可以大大地减少多处理机系统中存储器的存取冲突,提高了整个系统的性能。使用交替处理法,模块被分为奇偶两种单元虽然模块内部的寻址结构保持不变。例如,在一个全扩充的八模块系统中,模块0,2,4,6按偶地址访问,而模块1,3,5,7按奇地址访问。 |