Skip to content

Improve getErrorSet - avoid copying list

Adam Edward Barton requested to merge abarton/athena:opti_errorset into master

@hzuchen is soon going to put a fix in for the slowdown in this tool. But this is a small optimization in the meantime.

I directly access the error information to avoid an allocation and copying.

Also add memory order information for ARM processors.

Merge request reports