Drepper - What Every Programmer Should Know About Memory

From liblfds.org
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

This document is not a white paper, but rather is essential background knowledge for lock-free work. It is not possible to properly write or implement lock-free code without the knowledge in this document. You may think you can, but you can't, you just don't know it.

See Also