index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gc
/
gc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-15
Delete unused YieldProcessorScalingFactor from GC (#23994)
Jan Kotas
1
-2
/
+0
2019-02-22
Enable FEATURE_BASICFREEZE (#22776)
Mukul Sabharwal
1
-7
/
+0
2018-12-26
desktop port (#21523)
Maoni Stephens
1
-0
/
+3
2018-04-02
[local gc] gc spinning part 1 (#17341)
David Mason
1
-0
/
+2
2018-03-13
[local gc] refactor apis for threading and suspension to avoid redundant call...
David Mason
1
-0
/
+2
2018-01-31
[local gc] Enable eventing (#16120)
David Mason
1
-0
/
+6
2018-01-30
[Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for all GC-keyword events (#1...
Sean Gillespie
1
-0
/
+23
2017-08-22
[Local GC] Enable building the GC as a shared library (#13137)
Sean Gillespie
1
-5
/
+0
2017-07-20
[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)
Sean Gillespie
1
-0
/
+2
2017-06-12
[Arm64/Unix] Add 64K page support (#10981)
Steve MacLean
1
-11
/
+0
2017-06-01
[Local GC] Remove uses of g_SystemInfo from the GC (#11628)
Sean Gillespie
1
-0
/
+1
2017-06-01
[Local GC] Obtaining configuration information (#11379)
Sean Gillespie
1
-0
/
+1
2017-06-01
[Local GC] Scaffolding for loading a standalone GC (#11242)
Sean Gillespie
1
-3
/
+4
2017-04-13
Rename IGCHandleTable to IGCHandleManager.
Aditya Mandaleeka
1
-3
/
+3
2017-04-09
[Local GC] Move knowledge of the free object method table outside of the GC (...
Sean Gillespie
1
-0
/
+1
2017-04-05
[Local GC] Move Weak Reference finalization out of the GC (#10676)
Sean Gillespie
1
-6
/
+0
2017-04-01
[Local GC] Remove static fields from GC interface (#10566)
Sean Gillespie
1
-8
/
+6
2017-03-29
Create a GCHandleTable interface with Init/Shutdown.
Aditya Mandaleeka
1
-0
/
+5
2017-03-28
[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...
Sean Gillespie
1
-4
/
+4
2017-03-22
Opt-out of GC Stress for FEATURE_STANDALONE_GC (#10391)
Sean Gillespie
1
-0
/
+5
2017-03-16
[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...
Sean Gillespie
1
-8
/
+0
2017-03-01
Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2
Aditya Mandaleeka
1
-0
/
+4
2017-02-28
Implement card bundles for non-Windows platforms.
Aditya Mandaleeka
1
-0
/
+4
2017-02-24
[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...
Sean Gillespie
1
-40
/
+3
2017-01-23
[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)
Sean Gillespie
1
-0
/
+6
2017-01-06
[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...
Sean Gillespie
1
-2
/
+0
2016-12-10
Local GC: Decouple write barrier operations between the GC and EE (#8568)
Sean Gillespie
1
-0
/
+6
2016-11-16
Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)
Sean Gillespie
1
-0
/
+12
2016-10-06
Restore some changes lost in a merge conflict (#7512)
Sean Gillespie
1
-0
/
+4
2016-09-28
Add option to measure time spent inside calls to the CLR. (#7357)
Peter Kukol
1
-4
/
+0
2016-09-26
Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)
Sean Gillespie
1
-0
/
+4
2016-09-15
Update the GC from CoreRT (#7207)
Sean Gillespie
1
-23
/
+2
2016-09-08
Fix a build break introduced by GH#6764
dotnet-bot
1
-1
/
+0
2016-09-08
Introduce an interface separating the GC and the VM,
Sean Gillespie
1
-447
/
+84
2016-06-23
Fix GC profiling on arm-softfp (#5952)
Ivan Baravy
1
-2
/
+2
2016-03-09
Delete dead code
Jan Kotas
1
-12
/
+0
2016-02-24
Update GC from CoreRT
Jan Kotas
1
-3
/
+3
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2016-01-08
Fix issue with unlimited stack setting
Jan Vorlicek
1
-0
/
+2
2015-12-16
Update GC from CoreRT
Jan Kotas
1
-0
/
+6
2015-12-16
Rename CNameSpace to GCScan
Jan Kotas
1
-1
/
+1
2015-11-19
Update GC from CoreRT
Jan Kotas
1
-0
/
+4
2015-11-19
Changed LONG and ULONG
Jan Vorlicek
1
-2
/
+2
2015-11-18
Replace most windows style types by c++ types
Jan Vorlicek
1
-30
/
+30
2015-10-29
Port .NET Framework 4.6.1 changes
Jan Kotas
1
-6
/
+19
2015-10-15
Cleanup GC-EE Interface
Jan Kotas
1
-7
/
+1
2015-10-09
Add allocation fast path for arrays of value type elements outside Windows
Koundinya Veluri
1
-3
/
+4
2015-09-12
Replace unsigned __int64/__int64 with UINT64/INT64
Jan Kotas
1
-2
/
+2
2015-05-26
Fix the virtual destructor warning
Jan Vorlicek
1
-0
/
+3
2015-03-06
Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...
Mike McLaughlin
1
-0
/
+1
[next]