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
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
2018-04-04
gc.c: Fix a typo
yui-knk
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-23
[DOC] nodoc internal methods/classes
nobu
2018-02-15
gc.c: force STACK_GROW_DIRECTION for emscripten
mame
2018-02-11
common.mk: define MJIT_HEADER earlier
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun
2018-01-26
treat PC for gc events
shyouhei
2018-01-19
ruby_gc_debug_indent needed only when RUBY_MARK_FREE_DEBUG
shyouhei
2018-01-18
Fix typos.
hsbt
2018-01-15
Fix a typo.
hsbt
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
internal.h: remove dependecy on ruby/io.h
nobu
2018-01-09
use predefined ids in a few more places
normal
2018-01-02
check an existence of block.
ko1
2018-01-02
fix SEGV inspecting uninitialized objects
shyouhei
2018-01-02
fix SEGV inspecting already freed objects
shyouhei
2018-01-02
fix SEGV touching uninitialized local variable
shyouhei
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
explicit cast to void* required for %p
shyouhei
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
[next]