Created
May 15, 2015 12:45
-
-
Save mfikes/f96096824e6b1de4e6ea to your computer and use it in GitHub Desktop.
React Native JSC JIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [16:53:32] <kjeldahl> Is the comment about the JavaScript Runtime not running with JIT still true, after iOS 8? | |
| [16:59:53] <ide> kjeldahl: yes no JIT unless you run it out of process which is laggy | |
| [17:01:02] <ide> not sure if the JIT matters that much though. like I’m curious if an iphone 6 without the JIT beats a 4s with the JIT | |
| [17:02:25] <kjeldahl> ide: Ok, thx. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's not much information on this elsewhere, this is helpful