Remix.run Logo
varenc 2 hours ago

I disagree about JIT performance not mattering. I enabled "Lockdown Mode" on iOS which disables the JIT for the mentioned security reasons, and it causes a very noticeable lagginess on many sites. Of course, the primary cause is the unnecessary JS monstrosities wasting CPU cycles. But practically speaking I can say that disabling the JIT results in a very subpar experience of many JS heavy pages.

Rohansi an hour ago | parent [-]

It will also increase power consumption because your CPU has to do more work to run the same code.