this post was submitted on 06 Apr 2024
228 points (98.7% liked)

Games

31922 readers
1402 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Lojcs@lemm.ee 4 points 5 months ago* (last edited 5 months ago) (1 children)

which is why there are no browsers other than Safari

Wasn't that explicitly forbidden? Browsers don't need jit to be fast enough

Edit: was jit explicitly forbidden? Or is it that running dynamically loaded code was forbidden in general and jit falls under that category? If they're letting emulators and other browser engines in that ban seems to be at least partially lifted

[โ€“] echo64@lemmy.world 4 points 5 months ago

Yes, op is a little confused.

  • Browsers (were, still are in many regions) forbidden from using any engine other than the iOS provided webkit.
  • Dynamic recompilation is not possible on iOS because of how iOS does code signing. This basically blocks the entire concept of executing instructions that weren't part of the original signed code.