Search:

Type: Posts; User: CornedBee

Search: Search took 0.09 seconds.

  1. Replies
    25
    Views
    8,473

    But it's true for many, if not most, kinds of...

    But it's true for many, if not most, kinds of undefined behavior. Optimizers know about undefined behavior too, and may make assumptions based on that. C++ says that the moment something undefined is...
  2. Replies
    25
    Views
    8,473

    A release doesn't do anything without an acquire...

    A release doesn't do anything without an acquire to synchronize with, and the thing about DCL is that the second thread never acquires the mutex, and thus never synchronizes with the release.
Results 1 to 2 of 2