summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-09 * gc.c (gc_malloc_allocated_size): RDoc does not process macros, sodrbrain
2012-08-05* gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.nari
2012-08-05* gc.c: just move functions and so on. I don't touch any internalnari
2012-08-04* gc.c: use inline functions instead of macros, and close upnari
2012-08-04* gc.c (gc_mark_children): use gc_mark_ptr instead of markingnari
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari
2012-07-28* gc.c: remove unused initialization.nari
2012-07-10rb_thread_call_without_gvlnobu
2012-07-04* gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]ngoto
2012-07-04* gc.c (ATOMIC_SIZE_*): 64bit Windows support.usa
2012-07-03* gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]ngoto
2012-07-03gc.c: atomic operations for malloc_paramsnobu
2012-07-03fix allocated_sizenobu
2012-06-02gc.c: simplifiednobu
2012-05-31adjust indentnobu
2012-05-28* gc.c (obj_free): doesn't free a method table if it doesn'tnari
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-13* gc.c (obj_free): show entire flags too.nobu
2012-04-12* gc.c (GET_HEAP_HEADER, NUM_IN_SLOT): parenthesise macro parameters.nobu
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-18fix condition for freenobu
2012-03-18* gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-03-13Bug #5350nobu
2012-02-21* gc.c : remove gc_clear_mark_on_sweep_slots() and usenari
2012-02-19revert r34691 and r34689nari
2012-02-19* gc.c (gc_clear_mark_on_sweep_slots): remove a unused variable.nari
2012-02-19* gc.c (gc_clear_mark_on_sweep_slots): uses slot_sweep() fornari
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2012-02-15* gc.c (HEAP_BITMAP_LIMIT): HEAP_BITMAP_LIMIT is computed on thenari
2012-02-14* gc.c (CEILDIV): rename to a appropriate name.nari
2012-02-14* gc.c (assign_heap_slot): SEGV happens cause on 64-bit platformnari
2012-02-13* gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT usednari
2012-01-31* configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be pagenari
2012-01-27* gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu
2012-01-17* gc.c (aligned_malloc, aligned_free): covered missing definednobu
2012-01-11* gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika
2012-01-10* gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.nobu
2012-01-10* gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
2012-01-09* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika
2012-01-09* gc.c : don't embed struct heaps_slot to a heap block because itnari
2012-01-09* gc.c: free_slots is changed Singly linked list. clearnari
2012-01-08* gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.naruse
2012-01-08* gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse
2012-01-08* gc.c : consider header bytes which are used by malloc.nari
2012-01-08* gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.nari