调用约定指出此寄存器是非易失的。
The calling convention dictates this register to be nonvolatile.
非易失的随机访问存储器。
存储器可以分为两大类“易失的和非易失的。”
Memory can be split into two main categories: volatile and nonvolatile.
ROM通常是用于永久的、非易失的应用程序存储。
ROM is usually for the permanent, non-volatile storage of an applications program.
高速缓存必须是非易失的以确保在发生灾难性故障(例如停电)时保护日志数据。
The cache must be nonvolatile to ensure that log data is protected in the event of a catastrophic failure, such as loss of power.
信用是难得易失的,费十年功夫积累的信用,往往由于一时的言行而失掉。
Credit is rare losable, kungfu fee ten years accumulated credit, often lose due to the words and deeds of the moment.
这看起来可能不象是个积极因素,tmpfs数据在重新启动之后不会保留,因为虚拟内存本质上就是易失的。
While this may not seem like a positive, tmpfs data is not preserved between reboots, because virtual memory is volatile in nature.
数据仓库是基于主题的、集成的、时变的、非易失的数据的集合,为企业的战略决策制定过程提供支持。
The data Warehouseis a subject-oriented, integrated, time-variant, non-volatile collection of data used to support the strategic decision-making process for the enterprise.
针对海洋仪器对数据存储大容量非易失的要求,结合实际工作经验,给出几种扩展海量存储器的方案和实际电路。
Aiming at the need of Marine instruments for non-volatile and mass storage, this paper introduced three kinds of mass-storage schemes and their implementations based on practical working experience.
然而,仍没有人找到用有机晶体管制造“非易失性”存储器的方法。
No one has yet worked out, though, how to make non-volatile memory out of organic transistors.
现在您可以看到为什么简化abi之前的规则要求只使用寄存器3到寄存器12:其他寄存器都是非易失性的,需要堆栈空间来保存这些寄存器的值。
Now you can see why our earlier rules for the simplified ABI required that only registers 3 through 12 should be used: the others are non-volatile and require stack space to save them!
制造一种能使计算机像电视机那样能随时开关的非易失性高速储存器的竞争一直在进行。
The race has been on to build nonvolatile high-speed memories that will allow computers to be turned on and off like televisions.
因此,在函数中使用非易失性寄存器之前,它的值必须保存到该函数的堆栈帧中,然后在函数返回之前恢复。
Therefore, before using a non-volatile register in a function, its value must be saved in the function's stack frame, and then restored before the function returns.
因此,使用简化ABI 的函数实际上可以通过从堆栈指针开始的负偏移量来保存、使用和恢复非易失性寄存器。
Therefore, functions using the simplified ABI actually can save, use, and restore non-volatile registers by using negative offsets from the stack pointer.
堆栈帧的第一个部分是非易失性寄存器保存区。
The first part of the stack frame is the non-volatile register save area.
据两家公司的联合声明称,MRAM是一种非易失性存储技术,它具备速度极快和耗电量低的优点。
MRAM is non-volatile memory, it is also power efficient and operates at ultra-high speed, the companies said in a joint statement.
然而,在需要保存值的情况下,依然需要为参数预留空间;尤其在需要使用易失性寄存器传递参数时更是如此。
However, space must still be reserved for parameters in case the values need to be saved, especially since the parameters are passed using volatile registers.
然后您可以决定是使用同步化还是依赖于JRE的支持来自动同步易失性变量。
You can then decide whether to use synchronization or rely on the JRE's support for automatically synchronizing volatile variables.
大多数人通常会保留 10%的表空间用作空闲空间,但在高易失性的应用程序中,这个比例会更高。
Most folks typically reserve 10 percent of the total table space as free space, but you will often see more with highly volatile applications.
现有JMM 表明易失性的读和写是直接和主存打交道的,这样避免了把值存储到寄存器或者绕过处理器特定的缓存。
The existing JMM says that volatile reads and writes are to go directly to main memory, prohibiting caching values in registers and bypassing processor-specific caches.
类似地,函数也可以假设它给非易失性寄存器赋的值在调用其他函数时都不会被修改(至少会重新恢复)。
Likewise, a function may also assume that the values it assigns to non-volatile registers will not be modified (or at least will be restored) when it makes calls to other functions.
非易失性存储设备一般为硬盘,但也可以是安全数字(SD)卡之类的固态设备,甚至可以是磁带设备(不过现在已经过时了)。
Typically, nonvolatile memory devices are hard disks, but they can also be solid-state devices like secure digital (SD) cards and even magnetic tape devices (all but obsolete now).
在现代计算机中,这些指令被存储在一块被称为“非易失性”存储器上,而这块存储器属于处理器本身的一部分。
In a modern computer, these instructions are held in a so-called non-volatile memory that is part of the processor itself.
寄存器3 到 12是易失性寄存器,这意味着任何函数都可以自由地对这些寄存器进行修改,而不用恢复这些寄存器之前的值。
Registers 3-12 are volatile registers, which means that any function can modify them freely without having to restore their previous value.
在这种情况下,高速设备(例如带有高速写非易失高速缓存的设备)的使用将优化性能。
In this case, using a fast device, such as one with fast write nonvolatile cache, will optimize performance.
对当前技术的保守推断表明,每个书本大小的可移动硬盘(或者等价的非易失性内存芯片)能存储大约60兆字节。
Conservative extrapolation of current technology suggests that match-book size removable hard disks (or the equivalent nonvolatile memory chips) will store about 60 megabytes each.
随着Yahoo !和Google在商业方面的成功,tb级服务器和网络连接取代本地硬盘成为首选的非易失性存储设备。
With the advent of commercial successes like Yahoo! And Google, terabyte servers and network connections have replaced local hard disks as the preferred nonvolatile storage devices.
记录存储在与平台相关的位置(比如非易失性设备存储器)创建,这些位置不直接公开给MIDlet。
A record store is created in platform-dependent locations, like nonvolatile device memory, which are not directly exposed to the MIDlets.
要完全理解volatile关键字的作用,首先应当理解线程如何处理非易失性变量。
To fully understand what the volatile keyword does, it's first helpful to understand how threads treat non-volatile variables.
这里的思想是使用易失性变量initialized 担任守卫来表明一套别的操作已经完成了。
The idea here is that the volatile variable initialized acts as a guard to indicate that a set of other operations have completed.
应用推荐