-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Execution Team 2025-02-17
In the server code, we generally don't add invariants to defend against null pointer exceptions before dereferences, as there is little benefit over having a segmentation violation.
In the spirit of all bits help, I found that removing these few invariants remove about 1% of time for ServiceEntryPointCommonBenchmarkFixture/BM_SEP_PING.