Luca Barbato

Results 388 comments of Luca Barbato

We should revisit when the MaybeUninit methods specific for array hit stable, I guess

Somebody with a deduplicating file system could share their statistics for a theoretical upper bound?

IMHO it would be nice if cargo could offload completely the caching management and just offer an interface to lookup cacheable items and provide them on misses and leave all...

Right now ccache and such tools tend to interpose between the actual compiler and their caching logic is tied to to capturing the context the best they could. Then based...

@epage where you'd put this caching layer? Right now the caching with sccache happens at compiler invocation, with the problems and restrictions that should be well known now. If the...

https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/main/rvv-intrinsic-generator now is public

We have to be careful since I think we could trip in something similar to https://github.com/rust-lang/stdarch/issues/1479 if we take the C intrinsics as-they-are.

I tried with the current `nerdctl` and the problem still persists