Linked by Thom Holwerda on Thu 16th Aug 2007 17:24 UTC, submitted by burnttoy
Intel Intel on Tuesday said it would release this week eight technical papers describing key findings from the company's work on future programmable multicore architectures. The papers will be published in the Intel Technical Journal and will provide details on how the company expects future microprocessors with simplified parallel programming models to evolve.
Permalink for comment 264229
To read all comments associated with this story, please click here.
RE[6]: Tired of pre-announcements
by tuttle on Fri 17th Aug 2007 19:18 UTC in reply to "RE[5]: Tired of pre-announcements"
tuttle
Member since:
2006-03-01

But AFAIK apps will still have to have begin_transaction() and end_transaction() in the code. Transactional memory makes multithreaded programming easier, but it doesn't create the threads for you.


Pure functional languages are very easy to parallelize. So if you want a language where you do not have to explicitly define threads, any functional language such as ocaml, clean or haskell will do just fine.

But in this case "transparent" just means that the transaction implementation will switch seamlessly from fast hardware transactions to software transactions when the transaction gets too big for the hardware cache. So the developer does not have to be aware of the limitations of the hardware transactional memory implementation.

Edited 2007-08-17 19:19

Reply Parent Bookmark Score: 1