[
https://issues.apache.org/jira/browse/WEEX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708445#comment-16708445
]
ASF GitHub Bot commented on WEEX-673:
-------------------------------------
win80540 opened a new pull request #1860: [WEEX-673][weex_core][iOS][Android]
fix crash && advance RTL performance
URL: https://github.com/apache/incubator-weex/pull/1860
To fix android crash when call isNativeLayoutDirectionRTL by JNI, now we
don't read layoutDirection manually again,only receive param which transfered
by C++ -> Java.
As we all know JNI is very slow, now we avoid call JNI method when layout,
it can speedup weex render.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [weex_core][iOS][Android] fix crash && advance RTL performance
> ---------------------------------------------------------------
>
> Key: WEEX-673
> URL: https://issues.apache.org/jira/browse/WEEX-673
> Project: Weex
> Issue Type: Bug
> Components: Android, iOS
> Affects Versions: 0.20
> Reporter: KAI TIAN
> Assignee: YorkShen
> Priority: Blocker
> Fix For: 0.20
>
>
> To fix android crash when call isNativeLayoutDirectionRTL by JNI, now we
> don't read layoutDirection manually again,only receive param which transfered
> by C++ -> Java.
> As we all know JNI is very slow, now we avoid call JNI method when layout, it
> can speedup weex render.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)