Fabian Ruffy
Fabian Ruffy
The flat map implementation was donated by @asl. Missing some tests for it still.
Remove one more piece of boost in the compiler. This time we replace some boost containers with Abseil flat maps and sets. For that to work we needed to introduce...
Currently, upgrading Z3 to a version beyond 4.11.2 will lead to a crash. The reason seems to be that trying to invoke [malloc_usable_size](https://github.com/Z3Prover/z3/blob/904a50fe498c325f5c347628cd66a1ab610030e0/src/util/memory_manager.cpp#L307) does not work well with BDWGC. We...
WiP. Corresponding PR: https://github.com/p4lang/p4c/pull/4773 Fixes #470.
Fixes #4448.
Caused by #4837. Should this be permitted?
Ensure that the program is still well-typed at this step. In some scenarios it can happen that a front or mid end pass leaves typing information incomplete or inaccurate which...
I have been trying out NIKSS and I ran into some issues with `bng.p4`. Trying to load it using the command `./nikss-ctl pipeline load id 1 out.o` fails. I attached...