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: 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
*
* gc.c (newobj_of): divide fast path and slow path
ko1
2015-10-07
1
-33
/
+70
*
* gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)
ko1
2015-10-06
1
-0
/
+7
*
gc.c: define objspace functions always
nobu
2015-09-15
1
-4
/
+7
*
vm_core.h: objspace always
nobu
2015-09-07
1
-4
/
+0
*
* gc.c (rb_raw_obj_info): iseq->body->location.first_lineno is Fixnum.
ko1
2015-09-03
1
-1
/
+3
*
* gc.c (rb_raw_obj_info): should support IMEMO/iseq.
ko1
2015-09-03
1
-0
/
+1
*
* gc.c (gc_mark_children): check if RCLASS_EXT is valid
ktsj
2015-08-16
1
-1
/
+1
*
* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
ko1
2015-08-12
1
-1
/
+1
*
* id_table.h: introduce ID key table.
ko1
2015-08-12
1
-18
/
+12
*
ruby.h: check integer overflow
nobu
2015-08-11
1
-7
/
+7
*
gc.c: move tmp buffer functions
nobu
2015-08-06
1
-0
/
+30
*
ruby_atomic.h: atomic VALUE operations
nobu
2015-08-06
1
-1
/
+1
*
* gc.c: document argument passed to finalizer proc.
hsbt
2015-07-29
1
-1
/
+3
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-18
/
+42
*
* gc.c (internal_object_p): Now a singleton classes appear by
ko1
2015-07-21
1
-3
/
+0
*
gc.c: reduce EXEC_TAGs
nobu
2015-07-18
1
-18
/
+16
*
use _Static_assert with clang
kazu
2015-07-14
1
-4
/
+0
*
gc.c (gc_profile_record_get): fix spelling error in keys
normal
2015-07-05
1
-2
/
+2
[next]