[asterisk-bugs] [JIRA] (ASTERISK-25842) Move from linked lists to another type

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sun Mar 13 07:07:56 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=229873#comment-229873 ] 

Asterisk Team commented on ASTERISK-25842:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Move from linked lists to another type
> --------------------------------------
>
>                 Key: ASTERISK-25842
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25842
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Core/General
>    Affects Versions: 13.7.2
>            Reporter: Badalian Vyacheslav
>
> Hello dev.
> I vote on the care of using a linked list.
> You must use the combined aligned memory area for storing the list so that you can use vectorization and avx, avx2, avx256 optimizations.
> For example smaller lists may be held without locks in a single pass. Ie the operation will be the Atomic.
> A linked list does not allow vectorization and search all the elements by design.
> I propose, in order not to alter ABI add an array-reference to the head and SIMD to use it as an assistant.
> I can implement the option, but to be honest a little on a clean gcc is not convenient. That the command asterisk thinks of OpenMP to work with SIMD?



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list