aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/objspace.c
Commit message (Expand)AuthorAgeFilesLines
* no ID cache in Init functionsnobu2018-02-161-0/+1
* node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame2018-01-161-0/+1
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-091-1/+1
* node.h: remove NODE_PRELUDEmame2018-01-051-1/+0
* node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame2018-01-041-0/+1
* Rename imemo_strterm to imemo_parser_strtermmame2017-11-041-1/+1
* ext/objspace/objspace.c: add imemo_strtermmame2017-11-041-0/+1
* Use NODE_CASE2 if case expressions don't existyui-knk2017-10-311-0/+1
* Removed NODE_OPT_Nnobu2017-10-241-1/+0
* objspace.c: missing typesnobu2017-10-221-3/+8
* remove NODE_DREGX_ONCEnobu2017-10-221-1/+0
* Remove not used node_type NODE_BMETHODyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_BLOCK_ARGyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_TO_ARYyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_CVDECLyui-knk2017-10-211-1/+0
* Remove not used node_type NODE_IASGN2yui-knk2017-10-211-1/+0
* imemo_mask (enum) -> IMEMO_MASK (immediate value).ko12017-10-211-1/+1
* Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame2017-10-211-1/+1
* ext/objspace/objspace.c: remove unneeded code clones.mame2017-09-171-22/+1
* objspace.c:: indent [ci skip]yui-knk2016-11-181-1/+1
* internal.h: RB_OBJ_BUILTIN_TYPEnobu2016-10-281-1/+1
* * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko12015-08-211-0/+80
* objspace.c: use rb_ident_hash_newnobu2015-08-101-4/+2
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-1/+2
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-211-3/+0
* * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko12015-06-181-0/+1
* * ext/objspace/objspace.c: add two methods to debug internals.ko12015-05-281-0/+70
* gc.c: rename alloc as wrapnobu2015-05-161-1/+1
* * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko12015-04-101-0/+77
* * ext/objspace/objspace.c (setup_hash): unify common routine.ko12015-04-101-27/+23
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-1/+0
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-111-1/+0
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-1/+2
* * ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko12014-12-151-0/+3
* use 0 for reservednobu2014-12-011-1/+1
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+1
* * ext/objspace/objspace.c (reachable_object_from_root_i): useko12013-12-161-0/+2
* * ext/objspace/objspace.c (reachable_object_from_root_i):ko12013-12-151-1/+3
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-051-2/+0
* * ext/objspace/object_tracing.c: use declarations in internal.h.nari2013-11-091-2/+0
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-081-0/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-127/+5
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko12013-10-161-0/+65
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-301-55/+57
* * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak2013-06-181-0/+12
* * ext/objspace/objspace.c: rdoc on require to overview from r41355zzak2013-06-181-6/+2
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-171-2/+11
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-171-1/+6