virtualx-engine/modules/mono/glue
Raul Santos 3ff181096a
C#: Remove VariantSpanDisposer and use constants in stackalloc
- Remove `VariantSpanDisposer`, no need to dispose of the Variant Spans
since we are now borrowing the Variants instead of copying them.
- Remove `VariantSpanExtensions.Cleared` that was only used so the
Span was initialized for `VariantSpanDisposer` to know what to dispose.
- Fix stackalloc Spans to use constant VarArgsSpanThreshold
and avoid bound checks.
2022-11-27 03:04:34 +01:00
..
GodotSharp C#: Remove VariantSpanDisposer and use constants in stackalloc 2022-11-27 03:04:34 +01:00
runtime_interop.cpp C#: Remove need for reflection to invoking callable delegates 2022-10-30 01:24:15 +02:00
runtime_interop.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00