Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Core/Thread/ | 1 (100.0%) | 8 (100.0%) | 8.0 |
Fixed up ia64 AtomicCounter implementation. Intel intrinsics return old
value from fetch-and-op operations. Old code seemed to assume they were
returning the new value. This intrinsic is also used in the Barrier::wait
method. Someone with a clearer knowledge of what that code is supposed
to do should make sure it is correct.
8 lines of code changed in 1 file: