Kudo Chien
Kudo Chien
I can confirm that adding `blob.close()` can fix your OOM crash problem from your demo code. As mentioned earlier, JS VM has no idea about how much memory cost for...
If you don't need `Intl`, perhaps you could try [nointl version](https://github.com/Kudo/react-native-v8#how-to-reduce-apk-size-).
What is your react-native-v8 exact version? Maybe you could check the verion in yarn.lock. ```sh $ grep -A 4 'react-native-v8@' yarn.lock "react-native-v8@>=0.61.4-patch.0 = 7.8.1" ```
@songxiaoliang I am sorry that 0.60.5 is outdated and the newer RNV8 fixed some issues. Is it possible for you to upgrade to 0.60.6? I.e. RN 0.60.6 + RNV8 0.60.6-patch.2.
Thanks and feel free to let me know if there are any questions.
Thanks @enahum's help for sending #41 for upgrade. I've published [email protected]. Please take a look.
Published `v0.62.1-patch.0` and `0.62.2-patch.1`, please let me know if there are any further questions. (Please do not use 0.62.2-patch.0, which is incorrect version from my publish fault.)
@codecog > Are there any benchmarks for this against Hermes 0.4.0? Will find some time to do that. My recent works is about to add inspector support. Ideally we could...
@Jeevan-Kishore @codecog I've just updated react-native-js-benchmark to compare JSC 230250, V8 8.0 and Hermes 0.4.1. The result is here - https://docs.google.com/spreadsheets/d/1XB6fuk-NYZbCDikxQOAJemE-P8cfbsfdXivTeVwcwIk/edit?usp=sharing
I am sorry that I had a mistake to run benchmarks yesterday. (RNV8 not updated). I've re-examined again with some changes: 1. Use arm64-v8a ABI to test - Many devices...