inetaf / netaddr

Network address types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make use of gcassert utility to assert that code is inlined and/or BCE'd

mdlayher opened this issue · comments

This tool is quite useful and can be used to annotate code to ensure the compiler is doing what we'd like.

https://github.com/jordanlewis/gcassert

I think this is probably worth adding to CI as well.

/cc @jordanlewis

Fixed by #87