Camille Gillot

Results 44 comments of Camille Gillot

I can take it you don't want to keep it. r? @cjgillot

How does this PR articulate with https://github.com/rust-lang/rust/pull/100720?

As it's related to asm, @Amanieu could you take a look?

r? @bjorn3 as you've been working on this recently

I don't mean the `DepNode` in `TaskDeps`, but the `DepNode` associated to the indices. For now, this `DepNode` is not recorded anywhere. We should perhaps, but only in the `parallel_compiler`...

In-band lifetimes do not exist any more. This bug has become irrelevant.

Marking as closed by https://github.com/rust-lang/rust/pull/108820. Please open a new issue if this still happens.

Bitfields are interesting on their own, even without honoring the C layout. They can be used to pack information more densely: for instance, the bitflags crate replacing a struct of...