this post was submitted on 18 Oct 2023
361 points (96.4% liked)

Technology

58142 readers
4395 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Top Apple analyst says MacBook demand has fallen 'significantly'::A top Apple analyst said Wednesday that shipments for MacBook computers will decline around 30% year over year.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

My god you're calling me a fanboy long after I sold the only Apple device I owned. Like it's actually hilarious in how off the mark you are. It wasn't long ago I was getting downvoted on Reddit for suggesting someone not buy their girlfriend a macbook.

I am well aware of the compatibility issues, it's why I sold my M1 machine. The thing is you were specifically talking about Windows as an example of something that needs emulation, which it doesn't. It's specific applications that need "emulation", which isn't even a normal emulator. For macOS applications they mainly use static recompilation, and for Windows apps dynamic recompilation (dynarec) is used. Windows for ARM translation layer basically acts like a JIT compiler.

Apple's implementation is actually shockingly good because they built an x86 like memory coherency mode into the M family SoCs (specifically in the performance cores) and because they are using the static recompilation that I mentioned. Apps running in a Windows for ARM VM couldn't use that last time I owned a MacBook.