Rod

Results 189 comments of Rod

Further context, https://opensource.googleblog.com/2023/05/open-sourcing-our-rust-crate-audits.html

https://github.com/google/rust-crate-audits

(you also rapidly run into the VSCode doesn't navigate generated files very well issue)

base_anchors *does* simplify things, it just needs a tiny bit of help to make it obvious what to pass it (if we have to pass it something, as a user...

I'd definitely like to avoid having "if some specific type" in codegen code, that's ... at the very least a yellow flag. Remind me why ValueRecord is impossible to deal...

I think we should disregard the concern about copy; if we screw up and it matters it'll show up in profiling. I think codegen should support record-in-record unless there is...

> I propose we add `extern dyn record T` syntax Add ... where? If the answer is codegen input then ... why is this better than an annotation? - I...

> It reads as simple and direct to me How would you know dyn means I want to hand-write some of the implementation? - I definitely would not get that...

You are correct, CFF writing is not done yet.