index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Age
Commit message (
Expand
)
Author
2017-10-27
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
Manage AST NODEs out of GC
mame
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
Expand the definition of rb_imemo_new in rb_imemo_alloc_new
mame
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-25
Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffer
mame
2017-10-25
Make imemo_alloc writebarrier-unprotected
mame
2017-10-23
Drop to support NaCl platform.
hsbt
2017-10-21
gc.c (rb_raw_obj_info): suppress a warning
nobu
2017-10-21
gc.c (rb_raw_obj_info): adjust indent
nobu
2017-10-21
do not need to clear by NULL because of last commit
ko1
2017-10-21
imemo_mask (enum) -> IMEMO_MASK (immediate value).
ko1
2017-10-21
fix up imemo_alloc
nobu
2017-10-21
Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
mame
2017-10-18
Get rid of shadowing local variables
nobu
2017-10-02
use rb_hash_new_with_size()
nobu
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-04
gc.c: fix typo: nubmer -> number
kazu
2017-08-28
Increase STACKFRAME_FOR_CALL_CFUNC
naruse
2017-08-23
gc.c: restore cfp at finalizer
nobu
2017-08-23
gc.c: run all finalizers
nobu
2017-08-21
prevent stack overflow
nobu
2017-07-12
disable r59314 on mswin
nobu
2017-07-12
gc.c: restrict RGENGC_DEBUG
nobu
2017-06-28
move fields to ec.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-22
* remove trailing spaces.
svn
2017-06-22
introduce heap_allocatable_pages_set().
ko1
2017-06-22
introduce GC_ASSERT().
ko1
2017-06-22
gc.c: expand sorted pages
nobu
2017-06-21
gc.c: FL_CHECK2
nobu
2017-06-21
RUBY_DEVEL flag
nobu
2017-06-20
gc.c: add newline to report [ci skip]
nobu
2017-06-19
debug.c: rgengc debug option
nobu
2017-06-12
gc.c: duplicate rb_iseq_path by RSTRING_PTR
nobu
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-24
Add debug counters.
ko1
2017-05-12
gc.c: checks of sizes
nobu
2017-05-12
gc.c: objspace_malloc_fixup
nobu
2017-05-11
gc.c: skip unnecessary check
nobu
2017-05-11
gc.c: use the argument objspace
nobu
2017-05-10
gc.c: check of size in ruby_sized_xrealloc
nobu
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-24
Get rid of unnecessary GCC extension
nobu
2017-04-17
eval.c: copy special exceptions before raise
nobu
2017-04-17
gc.c: rb_threadptr_stack_check
nobu
2017-04-17
gc.c: PREVENT_STACK_OVERFLOW
nobu
2017-04-12
thread.c: during GC for thread
nobu
[next]