aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of inadvertent ID creationnobu2014-11-211-13/+12
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* variable.c, vm_insnhelper.c: improve performancenobu2014-10-191-1/+2
* variable.c: use st_updatenobu2014-10-081-9/+23
* variable.c: use st_updatenobu2014-10-081-6/+10
* constant.h: constant visibilitiesnobu2014-10-081-3/+3
* simplify some trivial rb_data_type_t callbacksnormal2014-09-131-9/+2
* variable.c (rb_ivar_set): remove unnecessary checknormal2014-09-101-3/+0
* variable.c: check index overflownobu2014-09-101-0/+1
* rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bitnormal2014-09-101-0/+4
* variable: cleanup to use rb_const_lookupnormal2014-08-041-18/+28
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-251-2/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-4/+4
* Init functions don't need ID cachesnobu2014-07-031-4/+4
* constify parametersnobu2014-06-181-9/+9
* variable.c, vm_method.c: pin downnobu2014-03-311-0/+1
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-4/+4
* variable.c: avoid memory leak on const redefinitionnormal2014-03-171-0/+2
* variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal2014-03-081-1/+1
* * gc.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-1/+1
* * variable.c: Adding extra example in docs. [Bug #9210]ayumin2013-12-301-2/+3
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-8/+8
* * array.c: fix comment to remove the word "shady".ko12013-12-131-1/+1
* variable.c: rb_class_path_cachednobu2013-12-091-0/+12
* variable.c: frozen class namenobu2013-12-081-3/+2
* * variable.c (rb_mod_constants): when calling Module#constants withcharliesome2013-12-021-4/+23
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-1/+1
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+2
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome2013-10-291-6/+6
* variable.c: real class namenobu2013-10-191-1/+1
* * variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extr...tmm12013-10-191-2/+4
* * class.c, variable.c, gc.c (rb_class_tbl): removed.ko12013-10-111-5/+0
* revert r43259 because it is possible to mark miss classes defined in C-exts. ...ko12013-10-111-0/+5
* * class.c, variable.c, gc.c (rb_class_tbl): removed.ko12013-10-111-5/+0
* * variable.c (classname): the name of class that hasktsj2013-09-071-1/+6
* * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome2013-09-041-8/+13
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-181-2/+0
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-5/+0
* * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko12013-06-211-2/+2
* * variable.c (rb_const_set): fix WB miss.ko12013-06-181-4/+4
* * variable.c (rb_autoload): fix WB miss.ko12013-06-181-0/+1
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-141-6/+30
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-18/+0
* * variable.c (rb_const_set): fix missing semicolon.ktsj2013-06-071-1/+1
* * variable.c (rb_const_set): fix variable type.nobu2013-06-071-2/+2
* no clearing method cachenobu2013-05-251-0/+1
* eval.c: rb_frame_callee returns current namenobu2013-05-251-1/+1
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-1/+1
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+4