virtualx-engine/modules/mono/mono_gd
Ignacio Etcheverry 0b814ea78d Mono/C#: Optimize the way we store GC handles for scripts
Don't store GC handles for C# script instances and instance bindings as 'Ref<MonoGCHandle>'; store the raw data instead. Initially this was not possible as we needed to store a Variant, but this had not been the case for a looong time yet the stored type was never updated.
2020-03-17 21:51:05 +01:00
..
android_mono_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono.cpp Refactor ScriptDebugger. 2020-03-08 12:36:39 +01:00
gd_mono.h Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_android.cpp Remove the last ERR_PRINTS that was missed by #33391 2020-02-07 00:15:46 +05:30
gd_mono_android.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_assembly.cpp Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_assembly.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_cache.cpp Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00
gd_mono_cache.h Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00
gd_mono_class.cpp Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
gd_mono_class.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_field.cpp Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_field.h Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_header.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_internals.cpp Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00
gd_mono_internals.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_log.cpp Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
gd_mono_log.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_marshal.cpp Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_marshal.h Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_method.cpp Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_method.h Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_method_thunk.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_property.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_property.h Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
gd_mono_utils.cpp Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00
gd_mono_utils.h Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00
i_mono_class_member.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
managed_type.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
managed_type.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00