bytecodealliance / bytecodealliance/ComponentizeJS

Rooting array buffers

未關閉
#1 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Rust
星號
391
分支
53
平均合併
3 天 5 小時
30 天內合併 PR
1

描述

The current GC strategy is to just clear all allocations at the end of each call, but we need to allow the JS ArrayBuffers to hold on to the memory they expose. This likely involves integration into the JS GC to ensure it can become a managed pointer in the engine.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

先追蹤目前的 GC 策略,此策略會在每次呼叫結束時清除所有配置,接著檢查 JS GC 和 ArrayBuffer 的所有權路徑。當 JS ArrayBuffers 保留其暴露的記憶體,且整合支援 engine 中的 managed pointer 時,即表示完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript, rust, wasm
領域
compilers, tooling
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。