summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace.c
AgeCommit message (Expand)Author
2018-05-09Rename imemo_alloc with imemo_tmpbufmame
2018-02-16no ID cache in Init functionsnobu
2018-01-16node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2018-01-05node.h: remove NODE_PRELUDEmame
2018-01-04node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame
2017-11-04Rename imemo_strterm to imemo_parser_strtermmame
2017-11-04ext/objspace/objspace.c: add imemo_strtermmame
2017-10-31Use NODE_CASE2 if case expressions don't existyui-knk
2017-10-24Removed NODE_OPT_Nnobu
2017-10-22objspace.c: missing typesnobu
2017-10-22remove NODE_DREGX_ONCEnobu
2017-10-22Remove not used node_type NODE_BMETHODyui-knk
2017-10-22Remove not used node_type NODE_BLOCK_ARGyui-knk
2017-10-22Remove not used node_type NODE_TO_ARYyui-knk
2017-10-21Remove not used node_type NODE_CVDECLyui-knk
2017-10-21Remove not used node_type NODE_IASGN2yui-knk
2017-10-21imemo_mask (enum) -> IMEMO_MASK (immediate value).ko1
2017-10-21Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame
2017-09-17ext/objspace/objspace.c: remove unneeded code clones.mame
2016-11-18objspace.c:: indent [ci skip]yui-knk
2016-10-28internal.h: RB_OBJ_BUILTIN_TYPEnobu
2015-08-21* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko1
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-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-15* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko1
2014-12-01use 0 for reservednobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-08-03ext: get rid of inadvertent ID creationnobu
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-05ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm1
2013-11-09* ext/objspace/object_tracing.c: use declarations in internal.h.nari
2013-11-08* ext/objspace/object_tracing.c: Add experimental methods to dumptmm1
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-16* ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko1
2013-09-30* ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak
2013-06-18* ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak
2013-06-18* ext/objspace/objspace.c: rdoc on require to overview from r41355zzak
2013-06-17* ext/objspace/objspace.c: let rdoc know about objspace methods.eregon