Much of this work involves copying objects from one address to another within the heap.
这工作主要是将对象从一个地址复制到堆中的另一个地址。
Methods Copying objects and purposes of 2676 medical records were analyzed.
方法分析2676份归档病案要求复印的对象、用途。
Each rule set contains built-in methods for creating and copying business objects.
每个规则集都包含用于创建和复制业务对象的内置方法。
Long-lived objects tend to accumulate at the bottom of the heap, so they are not copied repeatedly as they are in a copying collector.
长寿的对象趋向于沉在堆的底部,这样就不会像在复制收集器中那样反复复制它们。
Copying collection has the advantage of only visiting live objects, which means garbage objects will not be examined, nor will they need to be paged into memory or brought into the cache.
复制收集的优点是只访问活跃的对象,这意味着不会检查垃圾对象,也不需要将它们页交换到内存中或者送到缓存中。
This is because a copying collector does not need to visit or copy dead objects, only live ones.
这是因为,拷贝收集器不需要访问或拷贝死对象,只处理活动对象。
Copying collectors work very well when most objects die young, because objects that die young never need to be copied at all.
当大多数对象在年轻时死亡时,复制收集器可以工作得很好,因为年轻时死亡的对象永远不需要复制。
The duration of collection cycles in a copying collector is driven by the number of live objects.
复制收集器的收集周期时间是由活跃对象的数量决定的。
However, the copying collector deals poorly with long-lived objects, repeatedly copying them back and forth from one semi-space to another.
不过,复制收集器处理长寿对象却很糟糕,它要从一个半空间向另一个半空间反复来回复制这些对象。
The goal is to avoid copying values between the various value objects.
目标是防止在不同的值对象间复制值。
Compacting and copying collectors relocate objects during collection, which has the potential to improve locality.
整理收集器和复制收集器在收集过程中重新安排对象,这有可能改进区域性。
If the item objects returned from reading the shopping cart implement the interfaces required by the catalog, lead times, and prices methods, no copying at all is necessary in the process.
如果读取购物车所返回的条目对象实现了分类、交货期和价格方法所要求的接口,则该过程不需要进行任何复制。
Objects are promoted from the young generation to the old generation after they have survived copying a certain number of times.
对象在经历了几次复制后提升到老的代。
This procedure does not support copying the following objects.
这个过程不支持复制以下对象。
You do this by copying the impacted code units into a common framework and placing all of the data objects they refer to into a common data interface.
此工作是通过以下方式实现的:将受影响的代码单元复制到公用框架中,并将其引用的所有数据对象放置到公共数据接口中。
Adapter objects can transform an object into one that implements the required interface, without copying the data around.
适配器对象能够将对象转换为实现所需接口的对象,而不必复制涉及到的数据。
Is this a safe way of copying one objects prototype to another?
这是一个安全的方式复制一个对象的原型吗?
Typically, this means copying any mutable objects that comprise the internal "deep structure" of the object being cloned and replacing the references to these objects with references to the copies.
这通常意味着要复制包含正在被复制对象的内部“深层结构”的所有可变对象,并使用对副本的引用替换对这些对象的引用。
The connecting is done by first copying the external objects into a Jazz repository and then synchronizing the states of the external objects with the states of the Jazz items.
连接是通过首先将外部性对象复制到Jazz存储库中,然后将外部性对象与Jazz项目的状态进行同步化来实现的。
Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象。
As it discovers each unreachable object, it USES a memory-copying function to compact the reachable objects in memory, freeing up the blocks of address Spaces allocated to unreachable objects.
每找到一个无法取得的物件时,它便会使用记忆体复制功能,压缩记忆体中可取得的物件,然后释放出为无法取得的物件所配置的位址空间区块。
If copying takes place between objects that overlap, the behavior is undefined.
注意下面的注释,对于地址重叠的情况,该函数的行为是未定义的。
Specify the kinds of objects to create using a prototypical instance, and create new Object by copying this prototype.
这种模式最首要的应用处景就是低开销的创建一个自力的和原型一模一样的对象。
Specify the kinds of objects to create using a prototypical instance, and create new Object by copying this prototype.
这种模式最首要的应用处景就是低开销的创建一个自力的和原型一模一样的对象。
应用推荐