[
https://issues.apache.org/jira/browse/AVRO-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16715320#comment-16715320
]
ASF subversion and git services commented on AVRO-1952:
-------------------------------------------------------
Commit eaaf263372229f9aad9970f54767e043b1e104dc in avro's branch
refs/heads/master from [~dkulp]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=eaaf263 ]
[AVRO-1952] Squashed commit of the following:
This closes #134
commit 0cf2081569f3244ae535710d46ea41e15e57bbcc
Author: dolow <[email protected]>
Date: Wed Sep 28 20:10:17 2016 +0900
removed unused GetConstructor methods
commit aad24a7b1bbeb39105b8b3ee9578dbc792d8cfea
Author: dolow <[email protected]>
Date: Wed Sep 28 17:45:43 2016 +0900
replaced Reflection.Emit to simple instantiation for supporting AOT.
> 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
> Priority: Major
>
> 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)