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 2017/07/04 15:58:01 UTC

[jira] [Updated] (IGNITE-4640) .NET: Improve performance of dynamically generated code

     [ https://issues.apache.org/jira/browse/IGNITE-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-4640:
-----------------------------------
    Fix Version/s:     (was: 2.1)

> .NET: Improve performance of dynamically generated code
> -------------------------------------------------------
>
>                 Key: IGNITE-4640
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4640
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 1.8
>            Reporter: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .NET, perfomance
>
> Ignite uses dynamically generated delegates to avoid constly reflection calls on hot paths (invoking user-defined generic methods, constructors, etc) - see {{DelegateTypeDescriptor}} and {{DelegateConverter}} classes.
> Investigate whether adding the following attributes to our assemblies affects performance:
> {code}
> [assembly: AllowPartiallyTrustedCallers]
> [assembly: SecurityTransparent]
> [assembly: SecurityRules(SecurityRuleSet.Level2,SkipVerificationInFullTrust=true)]
> {code}
> See
> http://stackoverflow.com/questions/13431573/dynamicmethod-is-much-slower-than-compiled-il-function/14297080#14297080



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)