It does not require a modified Ruby interpreter nor does it use ObjectSpace.
它不需要被改良的Ruby解释器或使用ObjectSpace。
This article is based on a sample application that implements a simple ObjectSpace browser using JRuby and Swing.
这篇文章基于一个简单的应用,该应用使用JRuby和Swing实现了一个简单的ObjectSpace浏览器。
Ruby's ObjectSpace feature provides a way to access all objects of the system. For example, all living strings can be printed like this
Ruby的ObjectSpace特性提供了一种方式来访问系统中所有对象。
ObjectSpace is a feature that allows to iterate over objects in the heap using Ruby code. This feature has been causing performance problems for JRuby for some time.
ObjectSpace是一种允许使用Ruby代码在栈中遍历所有对象的特性,这一特性给JRuby造成的性能问题已经存在一段时间了。
ObjectSpace is a feature that allows to iterate over objects in the heap using Ruby code. This feature has been causing performance problems for JRuby for some time.
ObjectSpace是一种允许使用Ruby代码在栈中遍历所有对象的特性,这一特性给JRuby造成的性能问题已经存在一段时间了。
应用推荐