ya7on/mb8

Use owned value instead of pointer in compiler pipeline

Closed

#83 aberto em 27 de dez. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (3 forks)auto 404
bugcompilergood first issuehelp wanted

Métricas do repositório

Stars
 (5 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador