Attention is currently required from: jolly, pespin.
Patch set 2:Code-Review +1
2 comments:
File src/core/osmo_io_uring.c:
Patch Set #2, Line 186: if (!g_io_uring_batch)
maybe use the OSMO_LIKELY macro for branch prediction optimizaton, as we assume the default is the classic behaviour, i.e. that this branch is taken.
Patch Set #2, Line 329: if (!g_io_uring_batch)
same here and further below
To view, visit change 40489. To unsubscribe, or for help writing mail filters, visit settings.