Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement hoistable getitem for typed-list #5184

Closed
wants to merge 1 commit into from

Conversation

esc
Copy link
Member

@esc esc commented Feb 3, 2020

This implements exporting the base pointer of the typed-list items
array and then implements getitem in builder code. This has the
advantage, that the getitem can in principle be hoisted / loop lifted.

@esc
Copy link
Member Author

esc commented Feb 3, 2020

partially adresses #4584

@stuartarchibald stuartarchibald added this to the Numba 0.49 RC milestone Feb 10, 2020
@esc esc added this to To do in numba.typed.List Mar 31, 2020
@esc esc moved this from To do to Hard in numba.typed.List Mar 31, 2020
This implements exporting the base pointer of the typed-list `items`
array  and then implements `getitem` in builder code. This has the
advantage, that the `getitem` can in principle be hoisted / loop lifted.
@stuartarchibald
Copy link
Contributor

This was implemented in #6278. Closing as resolved.

@stuartarchibald stuartarchibald added abandoned PR is abandoned (no reason required) and removed 2 - In Progress labels Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abandoned PR is abandoned (no reason required)
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants