top | item 46265985

(no title)

windsignaling | 2 months ago

How legit is this? In my experience, every time I've updated iOS due to some urgent "security issue", the result was my phone just got a whole lot slower.

discuss

order

kachapopopow|2 months ago

that's because it jits code instead of pre-jitting like android does, so when you hit a piece of code that hasn't been compiled yet you perceive it as slowdown since the first time it runs it is emulated.

mmastrac|2 months ago

This comment makes no sense. Both Swift and Objective C are precompiled languages.