JIT-Less V8
v8.dev
JIT-Less V8
1–10 of 117 posts
Re: JIT-Less V8
#2Re: JIT-Less V8
#3Re: JIT-Less V8
#4"V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++." from its home page. I didn't immediately know
Re: JIT-Less V8
#5This means react native can use V8 on iOS? Does this have any consequences on performance or similar?
Re: JIT-Less V8
#6This means react native can use V8 on iOS? Does this have any consequences on performance or similar?
Re: JIT-Less V8
#7This means react native can use V8 on iOS? Does this have any consequences on performance or similar?
Re: JIT-Less V8
#8Re: JIT-Less V8
#9Apple requires browsers on iOS to use the same rendering engine as Safari, but would it allow a browser to use a different JavaScript engine? Or is this a loophole that Apple didn't forsee that they will be closing in the future? Are the rendering engine and JavaScript engine so separated that you could use the Safari rendering engine, but a different JS engine?