Replies: 1 comment 6 replies
-
@jonathanpeppers @dellis1972 Hi Jonathan, Dean, would you have any comments on this? Would this be possible in the first place, i.e. could, say, half of the .NET framework libraries be LLVM compiled and half Mono AoT compiled at least in theory? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've experienced some problems with LLVM on Android so that it sometimes generates the code incorrectly, leading to freezes or incorrect behavior, but in other cases it works just fine, resulting in a faster assembly. It would be great if it were possible to use the LLVM compiler only for certain (perhaps most) assemblies and the standard compiler for the ones where LLVM does not work properly, rather than the same compiler for all assemblies.
Beta Was this translation helpful? Give feedback.
All reactions