mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
d0d6e2ecfa
objectspace as json: ObjectSpace.dump_all and ObjectSpace.dump(obj). These methods are useful for debugging reference leaks and memory growth in large ruby applications. [Bug #9026] [ruby-core:57893] [Fixes GH-423] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
14 lines
691 B
Text
14 lines
691 B
Text
objspace.o: $(HDRS) $(ruby_headers) \
|
|
$(hdrdir)/ruby/io.h \
|
|
$(hdrdir)/ruby/encoding.h \
|
|
$(hdrdir)/ruby/oniguruma.h \
|
|
$(hdrdir)/ruby/regex.h \
|
|
$(top_srcdir)/regenc.h \
|
|
$(top_srcdir)/node.h $(top_srcdir)/gc.h \
|
|
$(hdrdir)/ruby/re.h $(top_srcdir)/node.h $(top_srcdir)/gc.h \
|
|
$(top_srcdir)/regint.h $(top_srcdir)/internal.h
|
|
gc_hook.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
|
object_tracing.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
|
objspace_dump.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h \
|
|
$(hdrdir)/ruby/encoding.h $(hdrdir)/ruby/io.h \
|
|
$(top_srcdir)/node.h $(top_srcdir)/vm_core.h $(top_srcdir)/gc.h
|