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.