Linked by Thom Holwerda on Thu 16th Aug 2007 17:24 UTC, submitted by burnttoy
Thread beginning with comment 264035
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]: Tired of pre-announcements
by Wes Felter on Fri 17th Aug 2007 16:31
in reply to "RE[4]: Tired of pre-announcements"
As I understand it, a lot of work is being done in the compiler and the underlying OS to make HTM support *transparent* to the application and userbase.
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.
RE[6]: Tired of pre-announcements
by tuttle on Fri 17th Aug 2007 19:18
in reply to "RE[5]: Tired of pre-announcements"
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






Member since:
2006-08-06
As I understand it, a lot of work is being done in the compiler and the underlying OS to make HTM support *transparent* to the application and userbase.
This isn't something that's just been thought of recently, it's been in the works (skunkworks, of course!) for years
http://scholar.google.com/scholar?hl=en&lr=&q=hybrid+transactional+...