Message ID | 20190401211429.20282-1-gage.eads@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Add stack library and new mempool handler | expand |
01/04/2019 23:14, Gage Eads: > Note that the lock-free algorithm relies on a 128-bit compare-and-swap[1], > so it is currently limited to the x86_64 platform. I'm waiting for an update of the 128-bit compare-and-swap. It is blocking the integration of this patch.
> 01/04/2019 23:14, Gage Eads: > > Note that the lock-free algorithm relies on a 128-bit > > compare-and-swap[1], so it is currently limited to the x86_64 platform. > > I'm waiting for an update of the 128-bit compare-and-swap. > It is blocking the integration of this patch. > Sorry for that; I misunderstood your earlier comment on that patch. I'll address it and re-submit. Thanks, Gage