mono/mono

Make the runtime work with ALIASING_FUNCTION_POINTERS=1

开放

#7,220 创建于 2018年2月22日

 (0 条评论) (0 个反应) (0 位负责人)C# (3,813 个派生)batch import
area-Runtimehelp wantedtarget-wasmtask

仓库指标

星标
 (11,435 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Compiling the runtime with ALIASING_FUNCTION_POINTERS=1 instead of ALIASING_FUNCTION_POINTERS=0 reduces its size by 6%.

To make it work we need to rework all hashtables that store function pointers as key as they now might have duplicates.

贡献者指南