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-11-20
win32.c: vm_exit_handler
nobu
2017-11-19
gc.c: moved ENABLE_VM_OBJSPACE from vm_core.h
nobu
2017-11-16
remove unused func.
ko1
2017-11-16
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-11-07
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
use GET_VM()
ko1
2017-11-04
gc.c: UNEXPECTED_NODE
nobu
2017-11-04
gc.c (rb_free_tmp_buffer): stop accessing imemo_alloc as NODE
mame
2017-11-04
Rename imemo_strterm to imemo_parser_strterm
mame
2017-11-04
Remove NODE-related pieces of code from GC
mame
2017-11-04
Revert "Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm""
mame
2017-11-04
Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"
mame
2017-11-04
Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm
mame
2017-10-29
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-29
remove rb_threadptr_during_gc().
ko1
2017-10-29
use `GET_EC()`.
ko1
2017-10-29
rb_ec_stack_check()
ko1
2017-10-29
use `GET_EC()` directly.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
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
[next]