In the upcoming IOS8, UIWebView has the same (JITed) performance as the
Safari, the distinction has been removed due to using the new inter-app
communication mechanism. This allows the remote application
(Safari/JavascriptCore/UIWebView) to display a view into another process,
thus bypassing the no-executable-pages issue.

So basically... get the IOS8 beta & new XCode beta and play with it...



On Wed, Jun 25, 2014 at 4:03 AM, Omer Iqbal <momeriqb...@gmail.com> wrote:

> I believe you're right Colin. JavaScriptCore doesn't use the JIT compiler
> [1]. There might be a possibility of that changing though
>
> 1. http://phoboslab.org/log/2011/04/ios-and-javascript-for-real-this-time
>
>
> On Wed, Jun 25, 2014 at 6:13 AM, Colin Fleming <
> colin.mailingl...@gmail.com> wrote:
>
>> Mike's doing all the hard work on this :-)
>>
>> Very interesting project - CLJS may be a viable option for iOS app
>> development, which is pretty exciting stuff.
>>
>> One thing I dimly remember from somewhere (HN, maybe) was that
>> JavaScriptCore apps wouldn't get JIT'ed, because iOS apps have no access to
>> executable memory. This is allegedly a process-level restriction, so even
>> if JavaScriptCore is a platform feature of iOS, standard apps won't benefit
>> from JIT performance. Can anyone confirm this? That would be a bummer.
>>
>>
>> On 24 June 2014 23:59, Mike Fikes <mikefi...@me.com> wrote:
>>
>>> Thanks David! Targeting ClojureScript to iOS just got an order of
>>> magnitude easier for me.
>>>
>>> I want to say that Colin Fleming (Cursive) has been extremely helpful in
>>> helping me sort out how to achieve this.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clojure@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to