Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force inlining source and target node id lookup in candidate hops
Because our router is rather large, LLVM doesn't always decide to inline small functions in it, opting instead for a call. This is somewhat wasteful when we do repeated `match`es on the same data, so here we force inlining of the `source` and `target` `NodeId` lookups.
- Loading branch information