react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance regressions with 241213.2.0

benoitdion opened this issue · comments

#108 improved stability of the JSC on android significantly but did cause major performance regression from the version shipping with RN 0.59. Opening this issue to track what can be done to restore performance (re-enable JIT with a bug fix?)

#114 enabled JIT back and even got some performance improvement from 241213 no-DFG JIT version.
I am going to close this. Thanks @benoitdion.