ya7on/mb8

Use owned value instead of pointer in compiler pipeline

Closed

#83 建立於 2025年12月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (3 fork)auto 404
bugcompilergood first issuehelp wanted

倉庫指標

Star
 (5 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南