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
...
*
Reuse sysconf result
Nobuyoshi Nakada
2021-05-06
1
-12
/
+12
*
Revised PAGE_MAX_SIZE case
Nobuyoshi Nakada
2021-05-06
1
-1
/
+4
*
Fall back to sysconf to determine page size during runtime
Peter Zhu
2021-05-05
1
-2
/
+14
*
Fix PAGE_SIZE macro detection in autoconf
Peter Zhu
2021-05-05
1
-19
/
+18
*
PAGE_SIZE is used only when mmap is available
Nobuyoshi Nakada
2021-05-06
1
-0
/
+4
*
Fix compilation on M1 Mac
Nobuyoshi Nakada
2021-05-05
1
-47
/
+71
*
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-04
1
-2
/
+2
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-1
/
+1
*
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-05-03
1
-2
/
+18
*
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
Yusuke Endoh
2021-04-27
1
-7
/
+0
*
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-04-26
1
-0
/
+7
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-2
/
+2
*
check ep during compaction because it can be null
Aaron Patterson
2021-04-20
1
-3
/
+6
*
Remove useless attribute set in init_mark_stack
Peter Zhu
2021-04-15
1
-1
/
+0
*
Add RSymbol struct back into RVALUE
Peter Zhu
2021-04-13
1
-0
/
+1
*
Suppress a warning
Nobuyoshi Nakada
2021-04-01
1
-1
/
+1
*
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-03-31
1
-6
/
+10
*
Change heap walking to be safe for object allocation
Peter Zhu
2021-03-24
1
-44
/
+86
*
Free iv index table
Aaron Patterson
2021-03-23
1
-0
/
+1
*
Remove unneeded declarations
S.H
2021-03-20
1
-2
/
+0
*
gc.c: Use dedicated APIs for conservative GC in Emscripten
Yusuke Endoh
2021-03-19
1
-0
/
+26
*
Constified variables for getenv
Nobuyoshi Nakada
2021-03-12
1
-2
/
+2
*
Don't use mmap on platforms that have large OS page sizes
Peter Zhu
2021-03-02
1
-3
/
+18
*
Fix typo
Peter Zhu
2021-03-02
1
-1
/
+1
*
Disable auto compaction on platforms that do not support it
Peter Zhu
2021-02-25
1
-0
/
+7
*
Use mmap for allocating heap pages
Peter Zhu
2021-02-25
1
-13
/
+37
*
Reverting PR #4221
Aaron Patterson
2021-02-24
1
-44
/
+13
*
Disable auto compaction on platforms that do not support it
Peter Zhu
2021-02-24
1
-0
/
+7
*
Use mmap for allocating heap pages
Peter Zhu
2021-02-24
1
-13
/
+37
*
show more information about imemo_ment
Koichi Sasada
2021-02-19
1
-15
/
+18
*
sync check_rvalue_consistency_force()
Koichi Sasada
2021-02-18
1
-73
/
+76
*
clear RVALUE on NEWOBJ event.
Koichi Sasada
2021-02-18
1
-12
/
+15
*
sync GC rest if needed
Koichi Sasada
2021-02-18
1
-0
/
+3
*
Removed no-longer used variable
Nobuyoshi Nakada
2021-02-17
1
-2
/
+0
*
Remove unreachable if statement in gc_page_sweep
Peter Zhu
2021-02-16
1
-7
/
+0
*
Don't register non-heap allocated objects
Aaron Patterson
2021-02-04
1
-0
/
+3
*
Use RCLASS_EXT macro instead of directly accessing ptr
Matt Valentine-House
2021-02-01
1
-5
/
+5
*
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-4
/
+4
*
Removed static assertion about size of `RVALUE`
Nobuyoshi Nakada
2021-01-31
1
-2
/
+0
*
Narrowed down the condition to pack RValue
Nobuyoshi Nakada
2021-01-31
1
-3
/
+5
*
[Fixes #17538] Fix assertion failure when rincgc is turned off
Peter Zhu
2021-01-27
1
-2
/
+3
*
Re-enable RGENGC_DEBUG for platforms with HAVE_VA_ARGS_MACRO
Matt Valentine-House
2021-01-26
1
-0
/
+2
*
Fix RGENGC CHECK MODE >= 4
Matt Valentine-House
2021-01-26
1
-2
/
+7
*
gc.c: stop overflow check on emscripten build
Yusuke Endoh
2021-01-23
1
-6
/
+1
*
check is_incremental_marking() again
Koichi Sasada
2021-01-22
1
-1
/
+10
*
Fix more assumptions about the read barrier
Aaron Patterson
2021-01-21
1
-10
/
+0
*
Always enabled read barrier even on GC.compact
Aaron Patterson
2021-01-21
1
-17
/
+3
*
fix ASAN errors
Aaron Patterson
2021-01-13
1
-4
/
+17
*
gc fix typo for the timer instruction for ARM64.
David CARLIER
2021-01-09
1
-1
/
+1
*
show more info about imemo_callcache
Koichi Sasada
2021-01-06
1
-5
/
+8
[prev]
[next]