Results 50 comments of Chris Leary

Note Ravi added some support in the JIT for side channels for e.g. building/capturing trace outputs, but we don't have coverpoint support in the JIT still and we don't have...

This could be a reasonable first bug for somebody trying to learn the ropes of the JIT infrastructure and make a "somewhat small in design scope but still cross-cutting" modification...

This was the test case that caused a miscompare between the JIT and the DSL interpreter: ``` fn [N: u8] p(_: bits[N]) -> u8 { N } fn f() ->...

Seems like a small bug with the degenerate case (only one thing to select) XLS->LLVM IR translation of one hot select.

Hi @netskink, saw this was still pending -- are you able to complete the CLA?

I see -- is it possible to complete the CLA with the keys/emails you have access to? I need the bot to sign off on CLA soundness to merge the...

Should be fine to enable by default given that it works in CI. Unfortunately since we changed Bazel build flags it'll need to rebuild everything which is gonna take a...

Also will this allow us to close https://github.com/google/xls/issues/235 ?

Also we should add a brief section on packed vs unpacked arrays and how to think about / handle them (e.g. for people doing array based op codegen in the...

> I believe [e69f82f](https://github.com/google/xls/commit/e69f82f3299a9ab6e79f7f108fc3d8096fdb3c73) did a bunch of it but there was something remaining to do finish this up, Mark can you remind me what that was? Status here is...