On 13/02/2015 03:48, Marvin Humphrey wrote:
On Thu, Feb 12, 2015 at 2:42 PM, Nick Wellnhofer <[email protected]> wrote:
Another example is
Atomic_cas_ptr in Util/Atomic.cfh. We have to carry around a bunch of
feature macros just for a single inline function that's only used
internally.

+1

Clownfish should not be in the business of providing atomics as a
user-level feature.

Here's a commit that makes the atomic utils private to the Clownfish runtime:

https://github.com/apache/lucy-clownfish/commit/38d547a57b322ed39c44400bd660c53c1adbc092

Nick

Reply via email to