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
/
vm
/
gcenv.ee.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-30
Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)
David Mason
1
-1
/
+5
2018-11-08
Remove need for full GC for unloadable stuff (#20384)
Jan Vorlicek
1
-13
/
+0
2018-11-06
Firing the GC events within the thread suspension
Andrew Au
1
-6
/
+4
2018-11-06
The GC events are now working, somewhat ...
Andrew Au
1
-30
/
+33
2018-11-06
Saving progress - works towards gc events
Andrew Au
1
-1
/
+4
2018-10-04
Remove AppDomain unload (#20250)
Jan Vorlicek
1
-7
/
+3
2018-08-31
[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...
David Mason
1
-0
/
+34
2018-08-27
re-enable com for local gc (#19681)
David Mason
1
-3
/
+1
2018-08-25
Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...
David Mason
1
-1
/
+49
2018-08-11
[local gc] disable feature redhawk (#17769)
David Mason
1
-1
/
+1
2018-06-09
Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)
Jan Kotas
1
-12
/
+3
2018-05-30
Improve the labeling of .NET Threads. (#18193)
Vance Morrison
1
-24
/
+23
2018-05-24
Typo (#18122)
John Doe
1
-1
/
+1
2018-05-24
Update g_highest_address and g_lowest_address in StompWriteBarrier(WriteBarri...
Egor Chesakov
1
-1
/
+8
2018-04-06
Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)
David Mason
1
-0
/
+13
2018-03-13
[local gc] refactor apis for threading and suspension to avoid redundant call...
David Mason
1
-20
/
+36
2018-03-10
Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)
Jan Vorlicek
1
-2
/
+2
2018-01-31
[local gc] Enable eventing (#16120)
David Mason
1
-0
/
+12
2018-01-24
[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...
Sean Gillespie
1
-0
/
+7
2017-12-13
Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...
Jan Kotas
1
-2
/
+79
2017-12-12
Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...
Sean Gillespie
1
-79
/
+2
2017-11-27
[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...
Sean Gillespie
1
-2
/
+79
2017-11-09
[Local GC] Unify background GC thread and server GC thread creation (#14821)
Sean Gillespie
1
-62
/
+190
2017-10-26
[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)
Sean Gillespie
1
-0
/
+10
2017-10-02
Fix a jump over variable initialization (#14286)
Sean Gillespie
1
-1
/
+2
2017-09-29
StompWriteBarrier initialization path refactoring (#14105)
Sergey
1
-17
/
+42
2017-08-25
[Arm64] Optimize JIT_WriteBarriers
Steve MacLean
1
-1
/
+13
2017-08-14
Added SetThreadDescription to set the unmanaged thread name (#12593)
Alois-xx
1
-1
/
+1
2017-07-27
gcconcurrent config should be obtained from g_pConfig which takes env vars/re...
Maoni Stephens
1
-1
/
+1
2017-06-30
Fix an issue where g_ephemeral_low would never get bashed into the write (#12...
Sean Gillespie
1
-2
/
+5
2017-06-15
Revert "[Arm64] JIT_WriteBarrier optimization (#12227)"
Jarret Shook
1
-15
/
+6
2017-06-14
[Arm64] JIT_WriteBarrier optimization (#12227)
Steve MacLean
1
-6
/
+15
2017-06-08
[Local GC] Add GetThread to the GC/EE interface (#12036)
Sean Gillespie
1
-0
/
+7
2017-06-05
[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)
Sean Gillespie
1
-0
/
+6
2017-06-01
[Local GC] Obtaining configuration information (#11379)
Sean Gillespie
1
-0
/
+122
2017-06-01
[Local GC] Scaffolding for loading a standalone GC (#11242)
Sean Gillespie
1
-415
/
+0
2017-04-26
Comment explaining use of FlushProcessWriteBuffers in StompWriteBarrier. (#10...
Alan Lawrence
1
-3
/
+11
2017-04-09
[Local GC] Move knowledge of the free object method table outside of the GC (...
Sean Gillespie
1
-0
/
+6
2017-04-05
[Local GC] Pull some logic using SystemDomain::System out of the GC (#10670)
Sean Gillespie
1
-0
/
+13
2017-04-05
[Local GC] Move Weak Reference finalization out of the GC (#10676)
Sean Gillespie
1
-0
/
+22
2017-04-01
[Local GC] Move some EE-specific finalize-on-unload logic out of the GC (#10598)
Sean Gillespie
1
-0
/
+9
2017-04-01
[Local GC] Remove static fields from GC interface (#10566)
Sean Gillespie
1
-0
/
+1
2017-03-28
[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...
Sean Gillespie
1
-11
/
+11
2017-03-27
Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...
Koundinya Veluri
1
-0
/
+5
2017-03-23
[Local GC] Redirect fatal errors to the EE (#10436)
Sean Gillespie
1
-0
/
+4
2017-03-23
GetContainingObject is inconsistent with the lowest address it chooses. (#10438)
Maoni Stephens
1
-1
/
+3
2017-03-16
[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...
Sean Gillespie
1
-3
/
+11
2017-03-02
[x86/Linux] Fix clang 3.9 build error (#9900)
Jonghyun Park
1
-1
/
+1
2017-02-28
Implement card bundles for non-Windows platforms.
Aditya Mandaleeka
1
-0
/
+14
2017-01-23
[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)
Sean Gillespie
1
-0
/
+8
[next]