You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/09/05 18:17:00 UTC

[jira] [Created] (IGNITE-17623) .NET: Thin 3.0: Perf: review exception throw sites

Pavel Tupitsyn created IGNITE-17623:
---------------------------------------

             Summary: .NET: Thin 3.0: Perf: review exception throw sites
                 Key: IGNITE-17623
                 URL: https://issues.apache.org/jira/browse/IGNITE-17623
             Project: Ignite
          Issue Type: Task
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 3.0.0-alpha6


*throw* statement prevents inlining. Review all throw statements:
* Internal sanity checks can be replaced with Debug.Assert
* When *throw* is still necessary, and the method is small (candidate for inlining) - move throw logic into a separate method.

https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/#exceptions



--
This message was sent by Atlassian Jira
(v8.20.10#820010)