Search the web
Sign In
New User? Sign Up
langsmiths · Language Smiths
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2361 - 2390 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2361
I don't ficken get it at all. What about all the new PowerPC game consoles... Microsoft is using PowerPC for christ's sake, and all the cell processor...
Mike
mike_ekim
Offline Send Email
Jun 6, 2005
9:59 pm
2362
... Hey, at least it's a little easier for you compiler writers. ... You mean you weren't already completely disillusioned? Daniel Ehrenberg...
Ehrenberg Daniel
littledanehren
Offline Send Email
Jun 6, 2005
10:36 pm
2363
... It seems fairly simple to me. Apple has always played the chip makers against each other, going to whichever offers what they want at the moment. They...
Max Battcher
world_maker
Offline Send Email
Jun 6, 2005
11:16 pm
2364
... NPR mentioned it might be related to the fact that laptop sales have just topped desktop sales, and the PPC line doesn't have competitive low power/high...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 7, 2005
8:47 am
2365
... The Cell seems really fantastic (but I may be a marketing victim here) - and I rather expected Apple to announce a multi-Cell desktop platform that would...
Sébastien Pierre
kaze_von_nk
Offline Send Email
Jun 7, 2005
9:01 am
2366
... Erm, sounds like you need to take your anti-marketing pills :-) Cell is interesting _IFF_ you can program it. The programming model is not just a trivial...
Kyle Hayes
kyle@...
Send Email
Jun 8, 2005
12:28 am
2367
... Is it possible on these processors to bypass the x86 emulation layer and pass in instructions directly to the RISC core? If so, perhaps this is an option...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 8, 2005
12:44 am
2368
... byzantine and ... From what I understand, all you need to do is avoid writing the complex instructions and stay with the simple ones. The complex ...
Mike
mike_ekim
Offline Send Email
Jun 8, 2005
2:18 am
2369
... Not as far as I know. The question has been asked in comp.arch and on realworldtech.com and I've never seen a positive answer. I'm fairly sure that Andy...
Kyle Hayes
kyle@...
Send Email
Jun 8, 2005
4:21 am
2370
Hi ! ... I chose the red pill ;) ... Good move ;) This was exactly was I was thinking this morning. I am very curious of what kind of languages will be used...
Sébastien Pierre
kaze_von_nk
Offline Send Email
Jun 8, 2005
11:31 am
2371
... I'd like to see the use of transparent futures and a smart runtime system based on heuristics to decide whether code is run concurrently or not. Or you...
Mike Austin
mike_ekim
Offline Send Email
Jun 8, 2005
7:43 pm
2372
"Good move ;) This was exactly was I was thinking this morning. I am very curious of what kind of languages will be used for Cell applications... I guess...
Logan, Patrick D
patrickdlogan
Offline Send Email
Jun 9, 2005
1:17 am
2373
I decided to learn more about Intel's Itanium since Apple's announcement to switch to Intel - without comment on which processor line. The Itanium is...
Mike
mike_ekim
Offline Send Email
Jun 19, 2005
8:39 am
2374
... While there appear to be some good ideas in the processor, having all the good ideas at once is ... interesting. I believe that all current IA64 ...
Kyle Hayes
kyle@...
Send Email
Jun 19, 2005
9:19 pm
2375
... Apple's porting guidelines for developers discuss only x86, not Itanium. http://developer.apple.com/documentation/MacOSX/Conceptual/ universal_binary/...
James McCartney
james_e_mcca...
Offline Send Email
Jun 20, 2005
10:05 am
2376
... It seems a silly time to switch to a 32bit platform when even laptops are going 64bit. I heard a rumour - was it here? - that Apple were moving to x86...
Steven Shaw
steshaw
Offline Send Email
Jun 21, 2005
10:44 pm
2377
... Erm, all Intel x86 chips will be 64-bit within a year or so. All Intel x86 chips _except_ the Pentium-M core-based ones are 64 bits now. That is, all the...
Kyle Hayes
kyle@...
Send Email
Jun 22, 2005
3:42 pm
2378
... Erm, what does the statement "Apple will be using x86, not IA64 from Intel" mean then? Will Apple be using out-dated chips or something? As far as I know...
Steven Shaw
steshaw
Offline Send Email
Jun 22, 2005
4:27 pm
2379
... AMD's 64-bit x86 chips: http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html Intel's 64-bit x86 chips (comparison for Pentium D,...
Kyle Hayes
kyle@...
Send Email
Jun 23, 2005
3:20 am
2380
... I imagine that you can use more bits for your type tag....
Steven Shaw
steshaw
Offline Send Email
Jun 23, 2005
8:39 am
2381
Perhaps these links can clear up the x86 x86-64 confusion: http://hardware.slashdot.org/article.pl?sid=04/11/24/2057215&tid=142&tid=118&tid=1&tid=137 EM64T and...
Steven Shaw
steshaw
Offline Send Email
Jun 23, 2005
9:24 am
2382
Anyone going or giving presentations? Any workshops of particular interest for langsmiths folks? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 23, 2005
11:29 am
2383
"In a desperate attempt to get this on topic, what about 64-bit chips and languages?... In systems with true 64-bit support, it seems like agile languages...
Logan, Patrick D
patrickdlogan
Offline Send Email
Jun 23, 2005
6:17 pm
2384
... What do you mean by agile languages? Almost all languages fit as naturally to 64 bits as to 32 bits (except the C/C++/Java/C# family with fixed-size ints...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Jun 23, 2005
7:21 pm
2385
... That's an interesting read, thanks Patrick. It looks like the Cincom guys are using 3 bits as the tag which allows for 61 bit fixnum, smalldouble, and...
Steven Shaw
steshaw
Offline Send Email
Jun 23, 2005
9:03 pm
2386
... This was quite interesting. There was a good posting on comp.arch a while ago (two years?) by Anton Ertl about the relative sizes of compiled C binaries...
Kyle Hayes
kyle@...
Send Email
Jun 24, 2005
2:46 am
2387
"I always thought that 64 bit platforms would be wonderful for single-address-space operating systems but I've since come to realise that it's all a bit of a...
Logan, Patrick D
patrickdlogan
Offline Send Email
Jun 24, 2005
8:15 pm
2388
... To be clear, I did not use that term, I was quoting it. FWIW, had I used the term, I would have included SML, OCaml, Haskell, Clean, and Mercury in the...
Logan, Patrick D
patrickdlogan
Offline Send Email
Jun 24, 2005
8:18 pm
2389
... This is what SuperCollider does now. http://c2.com/cgi/wiki?SuperCollider the NaN trick relies on pointers being 32 bit though. Would have to use some kind...
James McCartney
james_e_mcca...
Offline Send Email
Jun 26, 2005
8:20 am
2390
... Yes, you're ok if you use a "safe" language. The main thing about SASOS is to reduce overheads - particularly that of the process switch and perhaps to...
Steven Shaw
steshaw
Offline Send Email
Jun 26, 2005
11:58 am
Messages 2361 - 2390 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help