aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_profile_record): don't define unused variables whennari2012-10-311-5/+10
* * gc.c (gc_prof_mark_timer_stop): count is not initialized.nari2012-10-311-1/+1
* gc.c: PRIuSIZEnobu2012-10-291-3/+3
* * gc.c (gc_profile_result, gc_profile_report): use internal structureseregon2012-10-271-47/+43
* rename it to a more fitting namenari2012-10-241-3/+3
* fix the function name which is not grammatically correct.nari2012-10-241-3/+3
* * gc.c (free_object_aquire): rename to match the behavior of thisnari2012-10-241-3/+3
* * gc.c (garbage_collect, gc_marks): move the location ofko12012-10-241-7/+6
* * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko12012-10-241-32/+19
* * gc.c: fix typos in documentation.eregon2012-10-201-3/+3
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+19
* * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo2012-10-081-1/+1
* gc.c: use markable_object_pnobu2012-10-061-2/+1
* fix commentsnari2012-10-051-3/+3
* revert r37091nari2012-10-051-3/+7
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-051-29/+111
* * gc.c (chain_finalized_object): remove to check a mark flag andnari2012-10-051-7/+3
* * gc.c (init_heap): call init_mark_stack before to allocatenari2012-10-041-1/+2
* * gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objectsnari2012-10-041-3/+1
* gc.c: self-referencing finalizersnobu2012-10-041-6/+19
* * gc.c: use enum for debugging.nobu2012-10-041-53/+55
* gc.c: unused functionnobu2012-10-031-2/+3
* * gc.c: Use the non-recursive marking instead of recursion. Thenari2012-10-031-180/+257
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-1/+0
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-2/+10
* * gc.c (gc_malloc_allocated_size): RDoc does not process macros, sodrbrain2012-08-091-6/+4
* * gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.nari2012-08-051-3/+1
* * gc.c: just move functions and so on. I don't touch any internalnari2012-08-051-1827/+1853
* * gc.c: use inline functions instead of macros, and close upnari2012-08-041-176/+269
* * gc.c (gc_mark_children): use gc_mark_ptr instead of markingnari2012-08-041-5/+1
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-0/+6
* * gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari2012-08-021-1/+1
* * gc.c: remove unused initialization.nari2012-07-281-1/+1
* rb_thread_call_without_gvlnobu2012-07-101-0/+1
* * gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]ngoto2012-07-041-50/+1
* * gc.c (ATOMIC_SIZE_*): 64bit Windows support.usa2012-07-041-5/+13
* * gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]ngoto2012-07-031-1/+1
* gc.c: atomic operations for malloc_paramsnobu2012-07-031-10/+53
* fix allocated_sizenobu2012-07-031-2/+5
* gc.c: simplifiednobu2012-06-021-3/+3
* adjust indentnobu2012-05-311-1/+1
* * gc.c (obj_free): doesn't free a method table if it doesn'tnari2012-05-281-1/+3
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+6
* * gc.c (obj_free): show entire flags too.nobu2012-04-131-2/+2
* * gc.c (GET_HEAP_HEADER, NUM_IN_SLOT): parenthesise macro parameters.nobu2012-04-121-2/+2
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-2/+3
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-1/+2
* fix condition for freenobu2012-03-181-2/+3
* * gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui2012-03-181-2/+15
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-1/+3