summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
2015-08-10objspace.c: use rb_ident_hash_newnobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko1
2015-06-21ext/objspace/objspace_dump.c: adjust indentnobu
2015-06-20* ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah
2015-06-18* ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko1
2015-05-28* ext/objspace/objspace.c: add two methods to debug internals.ko1
2015-05-16gc.c: rename alloc as wrapnobu
2015-04-10* ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko1
2015-04-10* ext/objspace/objspace.c (setup_hash): unify common routine.ko1
2015-03-11* internal.h: use T_IMEMO to represent `struct MEMO' value.ko1
2015-03-11* node.h: remove NODE_IFUNC, NEW_IFUNC.ko1
2015-03-11* include/ruby/ruby.h: introduce new type T_IMEMO.ko1
2014-12-19Update dependencies.akr
2014-12-15* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko1
2014-12-01use 0 for reservednobu
2014-11-21Update dependency.akr
2014-11-21* tool/update-deps (in_makefile): Use FILES_NEED_VPATH andakr
2014-11-18Dependencies updated.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-08-03ext: get rid of inadvertent ID creationnobu
2014-07-26 * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
2014-02-05* ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko1
2014-02-04* string.c: remvoe STR_ASSOC related code.ko1
2013-12-17* ext/objspace/object_tracing.c: Fix typo in a variable namea_matsuda
2013-12-16* ext/objspace/objspace.c (reachable_object_from_root_i): useko1
2013-12-15* ext/objspace/objspace.c (reachable_object_from_root_i):ko1
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-09object_tracing.c: fix allocation from NEWOBJ hooknobu
2013-12-05ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm1
2013-12-05gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm1
2013-11-26* ext/objspace/object_tracing.c (newobj_i): skip class_path if classko1
2013-11-26* ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm1
2013-11-25* NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm1
2013-11-24* ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm1
2013-11-14objspace_dump.c: refine outputnobu
2013-11-11* internal.h: move common string/hash flags to include file.tmm1
2013-11-09objspace_dump.c: fix declarationnobu
2013-11-09* ext/objspace/object_tracing.c: use declarations in internal.h.nari
2013-11-09objspace_dump.c: fix portability issuenobu
2013-11-09objspace_dump.c: extract output option utilitiesnobu
2013-11-09objspace_dump.c: suppress warningsnobu
2013-11-09objspace_dump.c: indentnobu
2013-11-08* ext/objspace/object_tracing.c: Add experimental methods to dumptmm1
2013-11-07* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1