You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #115339 enables sharing of the allocation helpers written in assembly between CoreCLR and NativeAOT runtimes. This is a tracking issue for follow-up work that came up during review of the PR:
Change managed signatures of new array helpers to take nint (1)
Optimization: Enable the RhpNewObjectArrayFast helper on NativeAOT and teach JIT interface to use it.
Cleanup: Extract the 0x40000000 magic constant in RhpNewObjectArrayFast to a named constant like FAST_OBJECT_ARRAY_ALLOCATION_THRESHOLD (1)
PR #115339 enables sharing of the allocation helpers written in assembly between CoreCLR and NativeAOT runtimes. This is a tracking issue for follow-up work that came up during review of the PR:
RhpNewObjectArrayFasthelper on NativeAOT and teach JIT interface to use it.0x40000000magic constant inRhpNewObjectArrayFastto a named constant likeFAST_OBJECT_ARRAY_ALLOCATION_THRESHOLD(1)