Re: [Ikvm-developers] IKVM in Windows Store apps?
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2012-12-06 10:14:26
|
Chris Cannam wrote: > Do the Windows Store or WP8 infrastructures impose the same limitations > as iOS and WP7 when it comes to dynamically loading JIT code, or is it > just a question of the extent of the supported profile? Yes, dynamic code loading (and generation) is prohibited, so that's an issue (and Michael's IKVM Monotouch port will help with this). Additionally, the Windows Store API profile is fairly limited so this an additional issue (that will require more work, because Monotouch does not have most of these limitations). I'm not sure how WP8 differs from WP7 and/or Windows Store. Regards, Jeroen |