#40 Support for platforms other than 64-bit intel
Closed: Duplicate Opened by rmeggins.

liblfds does not build on anything but 64-bit intel. We should abstract the queue and stack datatypes. We can use PRStack for the stack (with some code changes). For the queue, we should have a thread safe queue, which lfds queue on on 64-bit intel, and uses our own queue with locking on other platforms. We might be able to use PRCList with some code changes and locking.


lfds 7.1.0 works on ARM and MIPS, with plans to support AARCH64. I think we don't need to implement this abstraction.

Resolved in #76

@firstyear changed the status to Closed

Metadata