• The global root stacks are used by GC for scanning live objects.

    全局GC使用扫描活动对象

    youdao

  • If any region contains no live objects it is immediately reclaimed.

    如果任何区域不再包含存活对象时就会立刻回收。

    youdao

  • The live objects in the heap have been moved to the new locations that are shown.

    中的活动对象到所示位置

    youdao

  • This hiding of live objects is not necessarily the result of malicious application code.

    隐藏活动对象并不一定是恶意应用程序代码结果

    youdao

  • Because compaction requires moving and updating live objects, it cannot be done concurrently.

    由于压缩需要移动更新活动对象因此不能并发执行。

    youdao

  • The space that was occupied by the dead objects has been reclaimed to hold live objects.

    已经回收了对象占用空间容纳活动对象。

    youdao

  • The duration of collection cycles in a copying collector is driven by the number of live objects.

    复制收集器收集周期时间活跃对象数量决定的。

    youdao

  • Editing tool with colorization, completion, and parameter tips (may only work on live objects in v1).

    带有语法着色,自动完成参数提示编辑工具(可能1.0版本的存活对象可用)。

    youdao

  • Then, marked objects are copied such that all the live objects are compacted at the bottom of the heap.

    然后复制标记对象使所有活跃对象整理到底部

    youdao

  • To begin tracing through live objects, garbage collectors start from a set of initial objects obtained from roots.

    为了开始跟踪对象垃圾收集器获得初始对象开始

    youdao

  • There's one problem, though: We can roll back our database, but automagically trigger a rollback for our live objects.

    这里一个问题,那就是:尽管我们数据库但是却不能够自动触发我们的活动对象。

    youdao

  • We will have to explicitly refresh our live objects when we suspect they may have participated in a rollback transaction.

    我们怀疑活动对象参与回滚事务,我们必须显式刷新我们活动对象。

    youdao

  • When the active space fills up, the world is stopped and live objects are copied from the active space into the inactive space.

    活跃空间以后,程序会停止,活跃的对象活跃的空间复制不活跃的空间中。

    youdao

  • The person names are semantically tagged using the standard hCard micro format, and hence behave as live objects in the system.

    个人名字使用标准hCard格式来得到语义上标签因此表现的类似系统中的活动对象

    youdao

  • In this way, this data structure maintains a fairly complicated set of live objects as well as generates garbage at a particular rate.

    通过这种方式数据结构维持着一个相当复杂活动对象,并且特定速率生成垃圾

    youdao

  • The time spent in GC pauses for the mark and sweep phases of a garbage collection are based on the number of live objects on the heap.

    用于垃圾收集标记清扫阶段GC暂停时间基于活动对象数量

    youdao

  • This style of collector has an important benefit: by moving live objects with each collection, the nursery area is implicitly compacted with each collect.

    这种风格收集器一个重大好处通过每次收集移动活动对象托儿所区域在每次收集时都被压缩

    youdao

  • It conceptually records the heap's state at the beginning of a collection cycle and preserves all live objects at that point as well as those allocated during the current cycle.

    收集循环开始时概念记录状态保留当时当前循环分配所有对象

    youdao

  • There might be lots of free memory, but if it is in small slices interspersed with live objects then no individual piece might be large enough to satisfy a particular allocation.

    尽管可能大量闲置内存如果它们只是一些小,其间夹杂着活动对象那么可能没有哪个碎块足以满足某个特定分配需求。

    youdao

  • A minor collection will copy live objects from Eden and one of the survivor semi-spaces into the other survivor space, potentially promoting some objects to the older generation.

    收集对象Eden个生存半空间复制一个生存半空间,并可能提升一些对象老的代。

    youdao

  • Compaction can also be done in parallel, but it results in a less efficient packing of the live objectsinstead of a single block of free space, several smaller ones might be created.

    压缩可以并行执行,这会降低活动对象打包效果可能会生成几个较小的闲置空间,而不是一整闲置空间

    youdao

  • 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.

    复制收集优点访问活跃对象意味着不会检查垃圾对象,也不需要它们页交换内存中或者送到缓存中。

    youdao

  • Her idea is: live a life and try not to create any rubbish; use different kinds of ways to save the environment, such as stopping the use of one-off objects; giving unwanted things to others or donating these things to organizations like the Red Cross.

    的想法是:好好生活,不制造一点垃圾;采取不同的方式拯救环境,比如停止使用一次性物品;把不想要的东西给别人,或者捐给像红十字会这样的组织机构。

    youdao

  • In the mark phase, all the "live" objects are added to mark vector.

    标记阶段将所有的”对象添加标记向量

    youdao

  • Set against this is the fact that we clearly live in a society awash with materialism, where objects are valued way beyond their possible contribution to our happiness.

    与之相对我们真实地生活一个物质堆砌社会在这里,衡量事物方式远不止它们我们幸福感可能性贡献

    youdao

  • This is because a copying collector does not need to visit or copy dead objects, only live ones.

    是因为拷贝收集器需要访问拷贝对象处理活动对象

    youdao

  • The mark phase is responsible for tracing through all objects visible to the application and marking them as live to prevent them from having their storage reclaimed.

    标记阶段负责跟踪应用程序可见所有对象它们标记的,以免回收它们的存储

    youdao

  • After the first collection, free heap memory is primarily the result of objects that were once live but are now dead.

    第一收集自由内存主要一些曾经对象(现在已死)的结果

    youdao

  • Phones are social objects; they live and die on cultural perception, on our collective assessment of what carrying them can do for our style.

    手机社会对象人们文化看法决定着手机的存活还是消亡,人们综合评估使用一款手机是否符合自己的风格。

    youdao

  • All reachable (and therefore live) objects in the VM can be found by tracing this tree (or trees) of object references called the GC root tree.

    VM所有能获得对象能够通过跟踪被叫做垃圾回收对象参考树来找到

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定