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
*
[DOC] Don't document private methods in objspace
Peter Zhu
2022-12-12
1
-0
/
+1
*
Expose need_major_gc via GC.latest_gc_info (#6791)
Mirek Klimos
2022-12-10
1
-2
/
+17
*
Remove unused counter for heap_page->pinned_slots
Matt Valentine-House
2022-12-09
1
-1
/
+0
*
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-22
1
-1
/
+1
*
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-21
1
-14
/
+39
*
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-18
1
-1
/
+7
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-6
/
+6
*
Remove numiv from RObject
Jemma Issroff
2022-11-10
1
-17
/
+5
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-13
/
+54
*
[wasm] Scan machine stack based on `ec->machine.stack_{start,end}`
Yuta Saito
2022-11-06
1
-2
/
+4
*
Increment max_iv_count on class in gc marking, not gc freeing
Jemma Issroff
2022-11-04
1
-10
/
+11
*
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-31
1
-13
/
+10
*
fix ASAN error in GC
Aaron Patterson
2022-10-28
1
-0
/
+2
*
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
1
-1
/
+1
*
Remove unused class serial
Jemma Issroff
2022-10-21
1
-3
/
+0
*
Check writebarrier arguments only when RGENGC_CHECK_MODE [ci skip]
Nobuyoshi Nakada
2022-10-21
1
-2
/
+4
*
Check writebarrier arguments
Nobuyoshi Nakada
2022-10-20
1
-2
/
+2
*
Stop zeroing memory on allocation / copy
Aaron Patterson
2022-10-19
1
-25
/
+8
*
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-19
1
-0
/
+21
*
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-15
1
-2
/
+2
*
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-10-14
1
-1
/
+1
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-38
/
+12
*
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-07
1
-0
/
+1
*
[Bug #19028] Suppress GCC 12 `-Wuse-after-free` false warning
Nobuyoshi Nakada
2022-10-04
1
-1
/
+1
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-12
/
+38
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-38
/
+12
*
Always use the longer version of `TRY_WITH_GC`
Nobuyoshi Nakada
2022-09-28
1
-18
/
+12
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-143
/
+72
*
* expand tabs. [ci skip]
git
2022-09-27
1
-2
/
+2
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-74
/
+145
*
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
1
-3
/
+2
*
Skip poisoned regions
Nobuyoshi Nakada
2022-08-09
1
-1
/
+2
*
Lock the VM for rb_gc_writebarrier_unprotect
Peter Zhu
2022-07-28
1
-13
/
+17
*
Make array slices views rather than copies
Peter Zhu
2022-07-28
1
-0
/
+14
*
Refactor gc_ref_update_array
Peter Zhu
2022-07-28
1
-20
/
+18
*
Suppress use-after-free warning by gcc-12
Nobuyoshi Nakada
2022-07-28
1
-0
/
+1
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-2
/
+4
*
* expand tabs. [ci skip]
git
2022-07-27
1
-4
/
+4
*
Refactored poisoning and unpoisoning freelist to simpler API
Jemma Issroff
2022-07-26
1
-22
/
+40
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-2
/
+2
*
Fix format specifier
Nobuyoshi Nakada
2022-07-25
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-1681
/
+1681
*
[Bug #18929] Fix heap creation thrashing in GC
Peter Zhu
2022-07-21
1
-0
/
+13
*
Refactor macros of array.c
Peter Zhu
2022-07-21
1
-19
/
+9
*
Ensure _id2ref finds symbols with the correct type
Daniel Colson
2022-07-20
1
-1
/
+1
*
[Bug #18928] Fix crash in WeakMap
Peter Zhu
2022-07-20
1
-10
/
+11
*
Fix free objects count condition
Nobuyoshi Nakada
2022-07-20
1
-2
/
+3
*
Implement Objects on VWA
Peter Zhu
2022-07-15
1
-26
/
+94
*
[Feature #18901] Support size pool movement for Arrays
Matt Valentine-House
2022-07-12
1
-7
/
+18
*
Add expand_heap option to GC.verify_compaction_references
Matt Valentine-House
2022-07-11
1
-4
/
+17
[next]