ya7on/mb8

Use owned value instead of pointer in compiler pipeline

Open

#83 opened on Dec 27, 2025

View on 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)

Description

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

Contributor guide