Y
Hacker News
new
|
ask
|
show
|
jobs
by
stanley
2304 days ago
How would that work in practice?
1 comments
plorkyeran
2304 days ago
Fat binaries with slices for each architecture, much as was done for 32+64 bit x86 and is still done for iOS. Porting x86-only code to arm can sometimes be a lot of work, but supporting both x86 and arm at the same time isn't any more work.
link