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
/
gchandletableimpl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-13
Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...
Jan Kotas
1
-1
/
+1
2017-12-12
Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...
Sean Gillespie
1
-1
/
+1
2017-11-27
[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...
Sean Gillespie
1
-1
/
+1
2017-06-23
[Local GC] Remove a number of inclusions of handle table private headers from...
Sean Gillespie
1
-0
/
+2
2017-06-15
[Local GC] Fix a number of handle table interface violations (#12277)
Sean Gillespie
1
-5
/
+9
2017-06-01
[Local GC] Add async pinned handle methods to the handle interface (#11569)
Sean Gillespie
1
-0
/
+4
2017-06-01
[Local GC] Fix some handle table interface violations in COMDependentHandle (...
Sean Gillespie
1
-0
/
+4
2017-04-20
Rename CompareAndSwap to InterlockedCompareExchange.
Aditya Mandaleeka
1
-1
/
+1
2017-04-17
Move handle manipulation functions to interface.
Aditya Mandaleeka
1
-0
/
+6
2017-04-14
Make HandleStores contain their underlying bucket directly.
Aditya Mandaleeka
1
-6
/
+1
2017-04-13
Rename IGCHandleTable to IGCHandleManager.
Aditya Mandaleeka
1
-1
/
+1
2017-04-13
Make a GCHandleStore class and interface for use by the VM.
Aditya Mandaleeka
1
-13
/
+29
2017-04-11
Rename overloaded "table" to "store" for VM side concept.
Aditya Mandaleeka
1
-9
/
+9
2017-04-11
Hide knowledge of handle table buckets and home heaps from VM side.
Aditya Mandaleeka
1
-0
/
+8
2017-04-11
Add GetNewHandleTable and GetGlobalHandleTable to interface.
Aditya Mandaleeka
1
-0
/
+4
2017-04-11
Remove GetHandleTableForHandle and add CreateDuplicateHandle.
Aditya Mandaleeka
1
-2
/
+2
2017-04-11
Replace GetHandleTableContext with GetHandleContext.
Aditya Mandaleeka
1
-1
/
+1
2017-04-10
Move handle destruction code to IGCHandleTable.
Aditya Mandaleeka
1
-0
/
+6
2017-04-07
Add creation of special handle types to IGCHandleTable.
Aditya Mandaleeka
1
-0
/
+6
2017-04-05
Add handle creation functionality to IGCHandleTable and make VM code use it.
Aditya Mandaleeka
1
-0
/
+2
2017-03-31
Change how VM calls ObjectFromHandle.
Aditya Mandaleeka
1
-2
/
+2
2017-03-31
Add way to get table for handle and ADIndex for handletable.
Aditya Mandaleeka
1
-0
/
+4
2017-03-29
Create a GCHandleTable interface with Init/Shutdown.
Aditya Mandaleeka
1
-0
/
+18