Hi!
I’m learning about the P4 compiler,and I want to konw is there any project or test standard assemblies that can test the compiler or p4c’s compilation efficiency?I tried to look, but only found “Whippersnapper”,is there anything else?
Thanks,
yao
What do you mean with compilation efficiency?
The compiler is not built for performance, but debuggability and extensibility. So there are lots of inefficiencies in terms of memory management and data structures.