Linked by Thom Holwerda on Mon 5th Nov 2012 23:40 UTC
Thread beginning with comment 541140
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Rest assured that apple has been running arm internally
by Johann Chua on Tue 6th Nov 2012 14:43
in reply to "RE[4]: Rest assured that apple has been running arm internally"
RE[6]: Rest assured that apple has been running arm internally
by MOS6510 on Tue 6th Nov 2012 15:56
in reply to "RE[5]: Rest assured that apple has been running arm internally"
You would need a Mac with a touch screen for the best effect, but I don't think that would be very practical. It would be very hard on your arms. Even on a laptop it wouldn't be very comfortable.
I have a magic trackpad and I like it, but using it to control on-screen iOS apps would be guessing where to press your finger. Better would be to use the mouse pointer, but them multi touch wouldn't work.
Making a fat binary that includes version for the iPhone, iPad and a Mac would be a terrible waste of space.
Desktops and laptops are a different thing than mobile devices like phones and tablets. I like my iOS devices, but I would hate it if my Mac became a restricted device.
RE[5]: Rest assured that apple has been running arm internally
by 0brad0 on Tue 6th Nov 2012 15:42
in reply to "RE[4]: Rest assured that apple has been running arm internally"
A number of ARM CPUs would make a powerful machine, but (and I'm not expert) I don't think that would help much if the computer was doing one single heavy task. Multiple CPUs/cores can handle multiple processes, but I don't think they can join up to speed up a single process.
But I wouldn't mind being wrong this time.
Applications can use threads to take advantage of multi-CPU/multi-core sysems. This is not an issue specific to ARM and is very much an issue with x86 based systems as well.
RE[6]: Rest assured that apple has been running arm internally
by MOS6510 on Tue 6th Nov 2012 15:49
in reply to "RE[5]: Rest assured that apple has been running arm internally"
RE[5]: Rest assured that apple has been running arm internally
by kovacm on Tue 6th Nov 2012 20:40
in reply to "RE[4]: Rest assured that apple has been running arm internally"
I think they can run iOS apps on a Mac right now if they made an emulator, like they could run PPC software on Intel machines.
...but you already have a iOS device emulator for Mac OS X... for 5 years now.
http://www.youtube.com/watch?v=VvOs6UpVJes
they (Apple) do not even call it "emulator" but rather "simulator" (since there is nothing to emulate! e.g. ARM
) so this is not a issue (or purpose)! - switch Mac to ARM and than run iOS apps on Mac.
you can do it today.
--- but
take a look on today Mac OS X; you can burn CPU 100% if you do:
1) rendering
2) zip/unzip stuff
3) run Adobe Flash
4) some heavy PhotoShop-ing
5) Aperture
6) complex javascript/html pages
... and all this stuff could run even faster on GPU! (e.g. new Aperture heavy relies on GPU!)
on other hand, for:
1) chatting
2) skyping
3) typing
4) exceling
5) emailing
6) ~browsing
you do not need nothing faster than todays ARM!
all professional (content creation) application could benefit more from GPU than from CPU in future (as we have more and more advanced underlying infrastructure: compilers, languages, frameworks...)
...and one very important thing for future: it is easier to double GPU power than CPU power!
RE[6]: Rest assured that apple has been running arm internally
by earksiinni on Wed 7th Nov 2012 19:10
in reply to "RE[5]: Rest assured that apple has been running arm internally"
...but you already have a iOS device emulator for Mac OS X... for 5 years now.
http://www.youtube.com/watch?v=VvOs6UpVJes
they (Apple) do not even call it "emulator" but rather "simulator" (since there is nothing to emulate! e.g. ARM
)
http://www.youtube.com/watch?v=VvOs6UpVJes
they (Apple) do not even call it "emulator" but rather "simulator" (since there is nothing to emulate! e.g. ARM
) Not sure what you meant by "since there is nothing to emulate" followed by a winky face, but if your comment was meant to be tongue-in-cheek, sarcastic, or ironic somehow, note that there literally is nothing to emulate. Apps built in Xcode for the simulator are built as x86 targets, not for ARM.





Member since:
2011-05-12
I think they can run iOS apps on a Mac right now if they made an emulator, like they could run PPC software on Intel machines.
A number of ARM CPUs would make a powerful machine, but (and I'm not expert) I don't think that would help much if the computer was doing one single heavy task. Multiple CPUs/cores can handle multiple processes, but I don't think they can join up to speed up a single process.
But I wouldn't mind being wrong this time.