Andy "Krazy" Glew is a computer architect, a long time poster on comp.arch ... and an evangelist of collaboration tools such as wikis, calendars, blogs, etc. Plus an occasional commentator on politics, taxes, and policy. Particularly the politics of multi-ethnic societies such as Quebec, my birthplace. Photo credit: http://docs.google.com/View?id=dcxddbtr_23cg5thdfj
Thursday, September 04, 2014
These course notes are broken
'via Blog this'
Looks like course notes for a computer architecture parallel programming course.
Stupid quote: "LL, SC ... Unlike the RMW instructions, there is no need to lock the bus, yet it implements an atomic operation".
Apparently does not know that most advanced microprocessors have not "locked the bus" to implement atomic RMW instructions for decades.
Also does not know that a smart implementation of an atomic RMW is guaranteed to make forward progress - at ;east, the RMW instruction itself will complete - whereas LL/SC implementations are plagued by forward progress problems.
Instruction like this is one of the big reasons parallel programming advances so slowly.
No comments:
Post a Comment