Darin Dimitrov
Darin Dimitrov
@farfromrefug, we have released several fixes that should improve the performance of method calls. Running this test in release mode on an iPhone X (iOS 13.2.2) yields the following results:...
@farfromrefug, we have released some additional perf improvements that have closed the gap between the beta and the official runtime.
@farfromrefug, on what device are you running the test? I am getting identical results for both runtimes on an iPhone X (app built in release mode).
@farfromrefug, running on simulator can make a huge difference. As a rule of thumb, when making performance tests make sure that you are building in Release mode, targeting arm64 architecture...
That’s perfectly fine. Thanks for proactively testing the beta and reporting any issues you encounter with it!
@farfromrefug, here are the results of my measurements: | model | official | V8 beta | | ------ | ------- | ---- | | iPhone 5s | 255ms | 581ms...
@NathanaelA, can you please provide a sample javascript illustrating the issue?
@NathanaelA, #132 should address this issue.
@NathanaelA, this PR adjusts the string length passed to v8’s ExternalString accounting for the null terminating character. So for example, the length of the empty string should be 1 instead...
Using the latest beta, in my case the app doesn't crash but it freezes when clicking on the Alert button. I am getting the following log: ``` 2020-03-20 10:34:47.053793+0200 demovue[17827:1926802]...