• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Mac ARM Processor

Engaged ,
Feb 22, 2019 Feb 22, 2019

Copy link to clipboard

Copied

I know it's a little early but what this means to AIR on macOS: https://appleinsider.com/articles/19/02/21/intel-officials-believe-that-arm-macs-could-come-as-soon-... ?

I guess that Apple will suggest fully optimized application for the new ARM's and allow emulation mode from the current ones but latter will not allow new applications and updates compiled in the old fashion.

I hope not but, otherwise will be a new worry about AIR support this new threat.

TOPICS
Development

Views

548

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Feb 22, 2019 Feb 22, 2019

Not a huge problem.

The way the source code is organised for Avmplus is to support different CPU architectures

Flash/AIR already support ARM for mobile, but not exploited on the desktop (eg. Windows ARM)

I would see it as the move from PowerPC to Intel on the Mac,
if it happen that ARM become the "default" and the more spread/popular on the mac
I don't really see it as a huge challenge to move from Intel to ARM for macOS


the CPU arch support come mainly from the compilers available on the system,

I don

...

Votes

Translate

Translate
Enthusiast ,
Feb 22, 2019 Feb 22, 2019

Copy link to clipboard

Copied

Not a huge problem.

The way the source code is organised for Avmplus is to support different CPU architectures

Flash/AIR already support ARM for mobile, but not exploited on the desktop (eg. Windows ARM)

I would see it as the move from PowerPC to Intel on the Mac,
if it happen that ARM become the "default" and the more spread/popular on the mac
I don't really see it as a huge challenge to move from Intel to ARM for macOS


the CPU arch support come mainly from the compilers available on the system,

I don't see Apple moving everything to ARM if they don't add support for it into Clang

In the very worst case scenario where some specific Avmplus )or other) things could not be ported

for that non-yet existing ARM on macOS target, Adobe would still have the option of using AOT
to publish ARM binaries for macOS (as they already do with IPA for iOS), as it is based on Clang.

I'm not saying it is a 5mn job but unlikely a huge blocker for Adobe dev.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 22, 2019 Feb 22, 2019

Copy link to clipboard

Copied

LATEST

Thank you for your answer.

It's a relief to know.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines