ya7on/mb8

Use owned value instead of pointer in compiler pipeline

Open

#83 geöffnet am 27. Dez. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (3 Forks)auto 404
bugcompilergood first issuehelp wanted

Repository-Metriken

Stars
 (5 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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