mirror of https://github.com/grpc/grpc.git
In most of the cases, as we hope, RPCs shouldn't have errors. But, in grpc_error_get_status() we treat GRPC_ERROR_NONE similar to other errors, and waste quite a few cycles. This patch is part of a larger performance improvements. On client side, this particular code path accounts for 0.5%+.pull/18927/head
parent
e3c80dc35f
commit
926bbe3a2e
1 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue