YorkShen commented on issue #3116: [Android] Running the for statement in the JavaScriptcore takes a lot of time URL: https://github.com/apache/incubator-weex/issues/3116#issuecomment-575002022 From Weex 0.28, you can choose whaterver JS interpertator you want as long as you implement a group of interface. You could: * Use release version of your app instead of debug version. Debugbable Apps usually have performance punishment. * Upgrade JSC version as you wish. * Implement the interface with V8 and give us a Pull request.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
