mono/mono

Make the runtime work with ALIASING_FUNCTION_POINTERS=1

オープン

#7,220 opened on 2018/02/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (3,813 件のフォーク)batch import
area-Runtimehelp wantedtarget-wasmtask

Repository metrics

Stars
 (11,435 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド