-
Currently we convert all lock RMW ops to acquire-release semantics.
Couple weird things to investigate here
1. Basic ALU ops without lock
- Non-lock ops get turned in to load + ALU + store
…
-
Currently I implemented atomic operations only for `+=, -=, *=, /=`. For other in-place operations we fall back to serialized effect application. But we can implement any in-place operation with `atom…
-
(use upvote :thumbsup: for attentions)
### Validation Type
[ ] - Config
### What needs to be validated
We should validate if APIC is not out of scalability limits for Number of TEP-to-TEP atomic…
-
Provide atomic guarantees for EXCHANGE operation with multiple tables on Atomic DB Engine
Currently [EXCHANGE operation](https://clickhouse.com/docs/en/sql-reference/statements/exchange) performs ato…
-
Currently, it is possible for "replace"-style operations to be interrupted. For example, a delete-then-create could be interrupted between the delete and create (e.g. due to a runtime error being thro…
-
Since Panda3D is now a C++11 project, would it make sense to deprecate AtomicAdjust, replacing all of the various uses with `std::atomic`? This would allow greater portability to platforms that aren't…
-
If possible, this smoothens the experience of partial post/patch for atomic operations. Otherwise, the existing extension method must take the operation index as a parameter.
-
- Rails version: 5.2.1 & 5.1.6.2
- Algolia Rails integration version: 1.20.4 & 1.20.6
- Algolia Client Version: 1.23.2 & 1.26.0
- Language Version: 2.5.3p105 & 2.3.8p459
Note that this has happe…
-
1. here should be `release` instead of `relaxed`:
https://github.com/openssl/openssl/blob/6afaa3f41f5b65432b6700064b077032b9e0c625/include/internal/refcount.h#L51
Example of issue: https://github.…
MBkkt updated
3 weeks ago
-
This is the log
In file included from crypto/asn1/a_digest.c:24:
In file included from include/crypto/x509.h:14:
include/internal/refcount.h:33:12: error: address argument to atomic builtin must…