在虚拟器垃圾收集(garbage collect)和本地库相关的类载入器,虚拟器载出一个本地库。因为类使用它们定义的载入器,这暗示虚拟器也已经载出了类,这个类有静态初始化...
基于46个网页-相关网页
从构造函数(constructor)的初始化过程,到普通函数的编写,以及函数的重载和继承时的重写,垃圾回收(garbage collect)的介绍,,以及访问权限的控制。
基于40个网页-相关网页
不需要内存管理具有垃圾回收(Garbage Collect,GC)功能,能自动回收不再使用的对象。一切都是对象Ruby 从一开始 就被设计成纯粹的面向对象语言,因此以...
基于28个网页-相关网页
The code in Listing 4 shows how the Garbage Collect command is implemented.
清单4中的代码展示了Garbage Collect命令是如何实现的。
It's the long-lived objects, such as ones you might pool, that are expensive to garbage collect.
只 有那些生存周期很长的对象,才适合使用对象池技术,因为对它们进行垃圾回收的成本很高。
This configuration provides a balance between how often the garbage collector runs and how long it takes the garbage collector to collect garbage.
此配置在垃圾回收器运行的频率和垃圾回收器进行垃圾回收操作的时间长度之间进行了平衡。
应用推荐