https://bugs.linaro.org/show_bug.cgi?id=1851

Bill Fischofer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |IN_PROGRESS
     Ever confirmed|0                           |1

--- Comment #4 from Bill Fischofer <[email protected]> ---
I have a fix for this issue by moving the local caches into the pool itself, as
Petri suggested, however doing so seems to cut buffer alloc/free performance in
half, which is what I feared would happen.

The issue is that odp_thread_id() becomes a super hot-spot and currently that's
not terribly performant as it involves an extra call.  I'm investigating ways
to make this inlined, which would help.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to