|
Coffee Lounge Talk amongst other community members. |
|
LinkBack | Topic Tools | Rate Topic |
|
|||
Quote:
all i was sayin is if apple decided to use intel chips, it's not as impossible as one would think. |
|
|||
you would be emulating only programs not moved over
seeing how the xcode tools will be released very soon thats a year+ to convert your programs to the new architecture mathematica took 2 hours adobe and microsoft will have universal binaries for thier stuff soon i dont see much that wont be moved except piddly little unsupported shareware things long forgotten about i doubt many will be cpu/proc intensive |
|
|||
Quote:
|
|
|||
^ as far as I know, Intel doesn't have anything equivalent to AltiVec, so it seems pretty accurate to me. There are definately registers missing.
I would expect them to use something similiar to x86 just so they can take advantage the low pricing due to volume. There probably wouldn't be much money in it for Intel if they did a whole new processor design strictly for Apple. |
|
||||
Quote:
I know processor design. I know that getting information from a register takes far fewer clock cycles than getting information from RAM. |
|
|||
i think the main misconception here is that apple is going to be using the pentium architecture which is probably false. i think intels going to customize their x86 arch so its geared towards apple
i dont know about you guys, but im excited about whats happening. seems like steve jobs is on a roll with innovation and im excited to see what's next to come |
|
||||
Quote:
|
|
||||
Quote:
Itanic? Intel does make non-x86 processors. |
|
|||
Quote:
Quote:
but not the way u described it. |
|
|||
Quote:
|
|
|||
^^
i can't explain rite now. i am @work programmin. u prob have the rite idea, but described it wrong. ^ stringbeans has the idea. edit: in a nutshell, ur java code is compiled into intermediate byte code. the byte code is in turn executed by a java virtual machine (JVM) there's no "global" JVM each JVM is specific to a platform. the cross platform part of java is the byte code which can be execute on any platform that has a JVM *** and most platforms do. swing is just an UI library. *** (well, there's more to that, but w/e, u get the idea) Last edited by stephen_c; Jun 06, 05 at 05:19 PM. |