index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gc.c (rb_free_tmp_buffer): stop accessing imemo_alloc as NODE
mame
2017-11-04
1
-3
/
+3
*
Rename imemo_strterm to imemo_parser_strterm
mame
2017-11-04
1
-1
/
+1
*
Remove NODE-related pieces of code from GC
mame
2017-11-04
1
-20
/
+14
*
Revert "Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm""
mame
2017-11-04
1
-0
/
+3
*
Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"
mame
2017-11-04
1
-3
/
+0
*
Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm
mame
2017-11-04
1
-0
/
+3
*
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-29
1
-1
/
+1
*
remove rb_threadptr_during_gc().
ko1
2017-10-29
1
-7
/
+0
*
use `GET_EC()`.
ko1
2017-10-29
1
-5
/
+5
*
rb_ec_stack_check()
ko1
2017-10-29
1
-6
/
+5
*
use `GET_EC()` directly.
ko1
2017-10-29
1
-4
/
+4
*
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-29
1
-3
/
+3
*
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
1
-0
/
+7
*
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
1
-7
/
+0
*
Manage AST NODEs out of GC
mame
2017-10-27
1
-0
/
+7
*
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
1
-1
/
+1
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-4
/
+4
*
Expand the definition of rb_imemo_new in rb_imemo_alloc_new
mame
2017-10-26
1
-8
/
+7
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-9
/
+9
*
Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffer
mame
2017-10-25
1
-8
/
+13
*
Make imemo_alloc writebarrier-unprotected
mame
2017-10-25
1
-0
/
+1
*
Drop to support NaCl platform.
hsbt
2017-10-23
1
-6
/
+0
*
gc.c (rb_raw_obj_info): suppress a warning
nobu
2017-10-21
1
-0
/
+1
*
gc.c (rb_raw_obj_info): adjust indent
nobu
2017-10-21
1
-49
/
+49
*
do not need to clear by NULL because of last commit
ko1
2017-10-21
1
-1
/
+1
*
imemo_mask (enum) -> IMEMO_MASK (immediate value).
ko1
2017-10-21
1
-3
/
+1
*
fix up imemo_alloc
nobu
2017-10-21
1
-3
/
+8
*
Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
mame
2017-10-21
1
-5
/
+20
*
Get rid of shadowing local variables
nobu
2017-10-18
1
-8
/
+10
*
use rb_hash_new_with_size()
nobu
2017-10-02
1
-1
/
+1
*
move th->machine to ec->machine.
ko1
2017-09-10
1
-18
/
+20
*
gc.c: fix typo: nubmer -> number
kazu
2017-09-04
1
-3
/
+3
*
Increase STACKFRAME_FOR_CALL_CFUNC
naruse
2017-08-28
1
-1
/
+1
*
gc.c: restore cfp at finalizer
nobu
2017-08-23
1
-0
/
+3
*
gc.c: run all finalizers
nobu
2017-08-23
1
-8
/
+7
*
prevent stack overflow
nobu
2017-08-21
1
-0
/
+1
*
disable r59314 on mswin
nobu
2017-07-12
1
-1
/
+1
*
gc.c: restrict RGENGC_DEBUG
nobu
2017-07-12
1
-4
/
+5
*
move fields to ec.
ko1
2017-06-28
1
-1
/
+1
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-8
/
+9
*
* remove trailing spaces.
svn
2017-06-22
1
-1
/
+1
*
introduce heap_allocatable_pages_set().
ko1
2017-06-22
1
-11
/
+40
*
introduce GC_ASSERT().
ko1
2017-06-22
1
-66
/
+57
*
gc.c: expand sorted pages
nobu
2017-06-22
1
-19
/
+31
*
gc.c: FL_CHECK2
nobu
2017-06-21
1
-3
/
+6
*
RUBY_DEVEL flag
nobu
2017-06-21
1
-0
/
+4
*
gc.c: add newline to report [ci skip]
nobu
2017-06-20
1
-1
/
+1
*
debug.c: rgengc debug option
nobu
2017-06-19
1
-0
/
+5
*
gc.c: duplicate rb_iseq_path by RSTRING_PTR
nobu
2017-06-12
1
-1
/
+2
*
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-06-01
1
-1
/
+1
[prev]
[next]