Skip to content

v1.2.5.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 11:24
· 4 commits to main since this release
e814a33

What's Changed

Changes to the Compiler Core

  • Fix FlattenLogMsg not properly working on nested structures by @jhavrane in #5036
  • Add checks to annotation getters. by @fruffy in #5052
  • Mark RTTI methods as const / pure, so compiler could optimize subsequent calls, if necessary. by @asl in #5049
  • Ignore typeless structs in unstructured annotations by @ChrisDodd in #5058
  • Teach functions inliner to inline into if condition by @asl in #5073

Changes to the TC Back End

Changes to the DPDK Back End

Changes to the Tofino Back End

  • Fix incorrect annotation parsing in Tofino. by @fruffy in #5051
  • Remove unnecessary file lists from Tofino CMake. by @fruffy in #5039
  • Add a flag to enable bf-asm for open-p4studio by @pkotikal in #5056
  • Clean up Tofino dynamic hash library. by @fruffy in #5059
  • Fix missing indentation of bfasm-related commands. by @fruffy in #5069
  • Remove dynhash library variable from Tofino library dependencies. by @fruffy in #5072
  • Add a bf-asm command line option in addition to environment variables. by @fruffy in #5070

Other Changes

Full Changelog: v1.2.5.1...v1.2.5.2