You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/01/16 06:19:15 UTC

[GitHub] [incubator-weex] YorkShen commented on issue #3116: [Android] Running the for statement in the JavaScriptcore takes a lot of time

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:
users@infra.apache.org


With regards,
Apache Git Services