• 而且优化一些分配可以降低垃圾收集器压力从而收集运行得更少。

    Further, optimizing away some allocations reduces pressure on the garbage collector and allows collection to run less often.

    youdao

  • 对象是否释放取决于垃圾收集器算法以及垃圾收集器运行可用的内存数量

    Whether the object is freed depends on the algorithm of the garbage collector as well as the amount of memory available while the collector is running.

    youdao

  • VerboseGC日志能够洞察垃圾收集器操作策略参数选择提供提示

    Verbose GC logs give insight into the operation of the garbage collector and can give hints about policy and parameter choices.

    youdao

  • 那些支持构函数垃圾收集器语言通过C接口层封装有助于降低这个问题发生的概率。

    Programming languages that support destructors or have a garbage collector may mitigate this problem by making a wrapper over the C interface.

    youdao

  • Metronome垃圾收集器性能使能够获得可预测执行,达到毫秒精确度

    The Metronome garbage collector's performance lets you achieve predictable execution down to a precision of a few milliseconds.

    youdao

  • 守护进程初始化时设置这个共享内存其后扮演垃圾收集器角色确保只有活动进程保持注册

    The daemon sets up this Shared memory upon initialization and ACTS as a garbage collector thereafter, helping to ensure that only active processes remain registered.

    youdao

  • 关于垃圾收集如何工作包括可以指示JVM用于垃圾收集器不同算法很多有趣的读物

    There are many interesting reads on how garbage collection works, including the different algorithms you can instruct the JVM to use for its garbage collector.

    youdao

  • TGC通过最小化垃圾收集器成本JVM运行应用程序提供最好开箱即用流量

    The TGC provides the best out-of-box throughput for applications running on a JVM by minimizing costs of the garbage collector.

    youdao

  • 垃圾收集器工作发现应用程序不再需要对象这些对象不再访问引用它们删除

    The job of the garbage collector is to find objects that are no longer needed by an application and to remove them when they can no longer be accessed or referenced.

    youdao

  • 然而您还需要注意一个重要细节对象可以收集并不意味着垃圾收集器指定运行能够回收

    However, an important detail to note is that just because an object is available for collection does not mean it will be reclaimed by a given run of the garbage collector.

    youdao

  • 食用水化鸡尾酒努力在零重力下将尿塞入湿垃圾收集器乐趣并不是5、6位训练有素宇航员飞行员的特权。

    The pleasure of eating rehydrated shrimp cocktail, or trying to stuff a urine bag, against gravity, into the wet-trash container, was open not only to five or six well-trained astronauts and pilots.

    youdao

  • InfoQ看起来这个补丁将迈向垃圾收集器一步尤其是关于处理屏障记忆集合代码介绍

    InfoQ: it seems like the longlife GC patch is the first step towards a generational GC, particularly the introduction of code for handling write barriers and remembered sets.

    youdao

  • 引用计数简单但是需要编译器重要配合,并且增加了赋值函数(mutator)开销(这个术语针对用户程序的,是从垃圾收集器角度来看的)。

    Reference counting is simple, but requires significant assistance from the compiler and imposes overhead on the mutator (the term for the user program, from the perspective of the garbage collector).

    youdao

  • 我们使用一个NHRT最小化轮询垃圾收集器中断的线程以及丢失度量结果可能性

    We'll use an NHRT to minimise the possibility of the polling thread being interrupted by the garbage collector and missing measurements.

    youdao

  • 一方面,传统垃圾收集器导致长时间延迟,而应用程序编程人员几乎不可能预测一时间。

    On the other hand, traditional garbage collectors can introduce long delays at times that are virtually impossible for the application programmer to predict.

    youdao

  • 垃圾收集器回收程序不再使用内存时,可以停止任何应用程序线程

    When the garbage collector runs to reclaim memory that is no longer used by the program, it can stop all the application threads.

    youdao

  • 每种引用对象不同行为而且它们垃圾收集器之间的交互也有所不同

    Each type of reference object has different behaviors, and their interaction with the garbage collector varies.

    youdao

  • 完全有这样的可能垃圾收集器应用程序生存期内可能始终不会运行

    Consider the possibility that the garbage collector may never even run during an application's lifetime.

    youdao

  • 虽然一些RT系统能够容忍垃圾收集器引起延迟,但是很多情况下,延迟是不可接受的。

    Although some RT systems can tolerate delays resulting from the garbage collector, in many cases these delays are unacceptable.

    youdao

  • 这种配置意味垃圾收集器线程优先级高于审计线程——远低于NHRT

    This configuration means that the garbage collector thread's priority is just above the auditing thread — much lower than our NHRTs.

    youdao

  • 可以调用JVM垃圾收集器(GC)。

    You can also invoke the JVM's garbage collector (GC).

    youdao

  • Lua 5.1垃圾收集器是以增量方式工作的。

    As of Lua 5.1, the garbage collector works incrementally.

    youdao

  • 禁用默认垃圾收集器内存泄漏一个严重问题这个特性会显著降低内存泄漏的风险

    This feature dramatically reduces the risk of memory leaks, which are a serious problem when the default garbage collector is disabled.

    youdao

  • 跟踪之后垃圾收集器就识别及的对象——这些对象上除了引用外,没有任何强引用。

    After the trace, the collector identifies the softly reachable objectsthese objects for which no strong references exist but soft references do.

    youdao

  • 如果垃圾收集器需要释放中的内存,则这些内存区域将允许任务使用内存而不需要中断任务。

    These areas allow tasks to use memory without being required to block if the garbage collector needs to free memory in the heap.

    youdao

  • 尽管这种技术可能会生成一个非常有效垃圾收集器但这意味着用户程序必须容忍收集器带来暂停

    While this results in a very efficient garbage collector, it means that the user program must be able to tolerate the pauses introduced by the collector.

    youdao

  • 相反地如果网络应用这样交互式系统时延垃圾收集器通常最好选择

    Conversely, if you are working on an interactive system such as a web application, then a low latency garbage collector is generally the best choice.

    youdao

  • 垃圾收集过程中,垃圾收集器经常对象移动中的另外一个位置

    During the garbage collection process the garbage collector often moves objects to different locations in the heap.

    youdao

  • 这样对象分类允许垃圾收集器检验更少的对象,使每次垃圾收集速度更快

    Sorting objects like this allows the garbage collector to examine fewer objects, making each garbage collection quicker.

    youdao

  • 一种选项通常更好一些因为垃圾收集器带来的工作少,并且允许特别需要内存较少工作回收整个缓存

    The latter option is usually preferable, as it makes less work for the collector and allows the entire cache to be reclaimed with less effort when memory is in high demand.

    youdao

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

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

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