ya7on/mb8

Use owned value instead of pointer in compiler pipeline

Open

#83 opened on 2025年12月27日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (3 forks)auto 404
bugcompilergood first issuehelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

説明

At some compiler stages we clone this value. But could just pass the owned value without cloning and referencing it

https://github.com/ya7on/mb8/blob/bea1fedb454640e4250bb9e1deaf471180ce6613/crates/mb8c/src/pipeline.rs#L39-L44

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