ya7on/mb8

Use owned value instead of pointer in compiler pipeline

Open

#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

贡献者指南