You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2018/12/10 18:33:00 UTC

[jira] [Resolved] (AVRO-1952) Prevent JIT compilation in C#

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

Daniel Kulp resolved AVRO-1952.
-------------------------------
       Resolution: Fixed
         Assignee: Daniel Kulp
    Fix Version/s: 1.9.0

> Prevent JIT compilation in C#
> -----------------------------
>
>                 Key: AVRO-1952
>                 URL: https://issues.apache.org/jira/browse/AVRO-1952
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>         Environment: Typical Unity (C#) development for mobile, iOS compilation.
>            Reporter: Yuki Kuwabara
>            Assignee: Daniel Kulp
>            Priority: Major
>             Fix For: 1.9.0
>
>
> C# code includes JIT API (Reflection.Emit) and it occurs error in iOS or other platform that does not support JIT compile.
> Reflection.Emit is used in very specific point and it can be replaced with different safe code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)