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.
Thread beginning with comment 264017
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Tired of pre-announcements
by kaiwai on Thu 16th Aug 2007 23:25 UTC in reply to "RE[2]: Tired of pre-announcements"
kaiwai
Member since:
2005-07-06

Unfortunately like most technology its going to take software companies years before they utilise the featuers; I mean, look how long it took them to move to 32bit, heck, Window Vista was in beta for 5 years and there are software titles still not compatible with it.

Unfortunately that is the one problem with the IT world - more concerned about private jets and perks of the job rather than investing the money in the long term health of the company.

Reply Parent Bookmark Score: 2

jmcp 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+...

Reply Parent Bookmark Score: 1

Wes Felter Member since:
2005-11-15

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.

Reply Parent Bookmark Score: 2

horsnell Member since:
2006-04-14

did you read the link? It clearly states how much effort over how many years Sun have been working on TM. Marc Tremblay (look him up) gave a keynote at PODC2007 highlighting the benefits already achievable in Rock using TM.

Something to keep an eye on....

Reply Parent Bookmark Score: 1