On Mon, Jun 04, 2018 at 06:21:22PM +0200, Dmitry Vyukov wrote: > On Tue, May 29, 2018 at 8:07 PM, Mark Rutland <mark.rutl...@arm.com> wrote: > > While the diff stat looks like a huge addition, the scripting comes in > > at ~800 lines in total, including the fallback definitions, so we're > > removing ~1000 lines of hand-written code. At the same time, we fill in > > gaps in the atomic_long API, and the instrumented atomic wrappers.
> Wow! Nice work! Indeed, looking good Mark, thanks!