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: fix r54115
nobu
2016-03-18
1
-1
/
+1
*
gc.c: fix commit miss r54145
nobu
2016-03-18
1
-1
/
+1
*
gc.c: tick for POWER arch
nobu
2016-03-17
1
-0
/
+12
*
gc.c: mark_stack_locations
nobu
2016-03-15
1
-11
/
+12
*
gc.c: rb_objspace_of
nobu
2016-03-15
1
-7
/
+9
*
gc.c: expand a local macro
nobu
2016-03-15
1
-10
/
+14
*
* gc.c: use 2 bits with unsigned int for rb_objspace::flags::mode
ko1
2016-03-04
1
-3
/
+3
*
* gc.c: rename "enum gc_stat" to "enum gc_mode"
ko1
2016-03-04
1
-20
/
+51
*
* re.c: Introduce RREGEXP_PTR.
naruse
2016-02-02
1
-2
/
+2
*
Macro typo
nobu
2016-01-25
1
-1
/
+1
*
RUBY_ASSERT
nobu
2016-01-22
1
-1
/
+1
*
* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
ko1
2016-01-08
1
-40
/
+40
*
* gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
ko1
2016-01-08
1
-1
/
+1
*
* gc.c: rename constant names HEAP_* to PAGE_*.
ko1
2016-01-08
1
-40
/
+40
*
* gc.c: remove heap_page::body. Instead of this field,
ko1
2016-01-08
1
-19
/
+14
*
* gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.
ko1
2016-01-08
1
-19
/
+19
*
* gc.c: remove heap_page::heap. This field is only used to recognize
ko1
2016-01-08
1
-7
/
+6
*
use id_table for constant tables
normal
2015-12-29
1
-13
/
+13
*
gc.c: do not expose internal singleton class
nobu
2015-12-22
1
-0
/
+6
*
revert r53228 because this patch breaks rubyspec
ko1
2015-12-21
1
-7
/
+0
*
* gc.c (internal_object_p): should not expose singleton classes
ko1
2015-12-21
1
-0
/
+7
*
* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().
ngoto
2015-12-15
1
-2
/
+2
*
* compile.c: fix typos.
hsbt
2015-12-14
1
-2
/
+2
*
* gc.c (gc_mark_stacked_objects): fix typo.
ko1
2015-12-09
1
-2
/
+2
*
* *.c (*_memsize): do not check ptr.
ko1
2015-12-09
1
-1
/
+0
*
gc.c: NULL check at memsize
nobu
2015-12-08
1
-5
/
+7
*
make local symbols static
nobu
2015-12-08
1
-1
/
+1
*
* gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGC
odaira
2015-11-22
1
-3
/
+10
*
* gc.c (gc_start): force to invoke GC by GC.start
ko1
2015-11-19
1
-2
/
+2
*
* gc.c: trivial performance improvements.
ko1
2015-11-19
1
-8
/
+8
*
gc.c: use BUILTIN_TYPE
nobu
2015-11-18
1
-1
/
+1
*
* gc.c (rb_raw_obj_info): fix trivial issues.
ko1
2015-11-18
1
-87
/
+95
*
internal.h: RUBY_DTRACE_HOOK
nobu
2015-10-31
1
-12
/
+6
*
use rb_source_loc and rb_source_location
nobu
2015-10-31
1
-2
/
+1
*
* gc.c (newobj_slowpath): do not need to use flags hack (commit miss).
ko1
2015-10-30
1
-1
/
+1
*
* gc.c (heap_get_freeobj_from_next_freepage): not so UNLIKELY.
ko1
2015-10-30
1
-1
/
+1
*
* gc.c (newobj_slowpath): reduce 1 parameter to use only registers
ko1
2015-10-30
1
-16
/
+33
*
* gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can return
ko1
2015-10-29
1
-0
/
+2
*
gc.c: separate event hook call from newobj_init
nobu
2015-10-29
1
-6
/
+5
*
* gc.c (rb_imemo_new): should not pass FL_WB_PROTECTED flag.
ko1
2015-10-29
1
-1
/
+3
*
* gc.c: introduce rb_wb_unprotected_newobj_of() and
ko1
2015-10-29
1
-18
/
+32
*
gc.c: fix UNLIKELY usage
nobu
2015-10-29
1
-3
/
+3
*
* gc.c: add rb_objspace::flags::has_hook to represent hook availability.
ko1
2015-10-29
1
-7
/
+11
*
* gc.c (gc_mark_ptr): remove debug code for #11244.
ko1
2015-10-29
1
-11
/
+0
*
revert r52336 (commit miss)
ko1
2015-10-29
1
-0
/
+11
*
* gc.c (gc_mark_ptr): remove debug code for #11244.
ko1
2015-10-29
1
-11
/
+0
*
* numeric.c: Good-by Borland-C.
kosaki
2015-10-18
1
-2
/
+2
*
* dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.
kosaki
2015-10-18
1
-2
/
+2
*
* gc.c (newobj_of_slowpass): fix typo (pass -> path).
ko1
2015-10-10
1
-6
/
+6
*
* import a github pull request
ko1
2015-10-10
1
-7
/
+6
[prev]
[next]