Darin Dimitrov

Results 45 comments of Darin Dimitrov

@farfromrefug, in our tests code cache was even faster than snapshot. Yes, cold boot might be impacted a little but that’s a fair price to pay for getting faster startup...

It means that in the v8 based iOS runtime code cache is always on when building in release mode and always off in debug mode. And for the Android runtime...

@NathanaelA, in iOS we compare the timestamp of the cache file with the timestamp of the corresponding javascript file. And if the javascript file is newer than the cache then...

@NathanaelA, in our tests, at least on an iOS device, the timestamp occurs when the file is modified at its present location on the device, which works fine for the...

I was able to make this work using a X509 certificate with EC private key: ```csharp public override TlsCredentials GetCredentials() { // The X509 certificate I am importing is using...