-
Notifications
You must be signed in to change notification settings - Fork 85
Numeric arrays #555
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
Open
timfel
wants to merge
43
commits into
master
Choose a base branch
from
numeric_arrays
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Numeric arrays #555
Changes from 17 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
de7e032
Implemented numeric_arrays, tests pass, translation wont.
merryman d881ea0
still not translating
c4a648a
fixed faulty method extraction.
102aae6
Merge remote-tracking branch 'origin/master' into numeric_arrays
timfel 376755f
nits
timfel a98d169
refactor numeric array strategy
timfel d0b6ec1
fix translation for sorters
timfel 33710ce
move choosing strategy and creating storage into W_ArrayObject
timfel 93940cd
fix UnionErrors when merging different prebuilt erase methods
timfel 0750ca9
fix translation
timfel 33f49c0
fix tests
timfel a3e72ce
refactor code to be closer to master, style nits
timfel b62eb84
add EmptyArrayStrategy and fix tests
timfel 0ae04b4
revert to empty strategy on clear and fix tests
timfel 435eb7a
add NotImplementedError rasing to default methods
timfel 3455128
fix signature mismatch
timfel cfc4ccd
fix forgotten path
timfel cecc2a1
Merged master
flaper87 13e7793
Merge branch 'master' of https://github.com/topazproject/topaz into n…
flaper87 db63721
Merge branch 'master' into numeric_arrays
alex 8beb090
start of some cleanups
alex c11c786
some type fixups
alex b237b93
start on some cleanup
alex 6bca7e7
more cleanups
alex 96655c3
fix
alex f5692fa
Merge branch 'master' into numeric_arrays
alex e22e6c5
stub out
alex 86926dc
remove the last of items_w
alex bb57731
Merge branch 'master' into numeric_arrays
alex e609913
make sorting work, still need the optimized version
alex 3c165ec
fix types
alex a7b63c4
EmptyArrayStorage.mul
alex 6fd533a
EmptyArrayStorage.reverse
alex 10ff4ae
EmptyArrayStorage.getslice
alex 2e10283
EmptyArrayStrategy.delslice
alex 38221a4
sort_by
alex 0b66118
unroll this function
alex 608e38d
unroll this
alex 1d6dd9c
unroll
alex 8fd9c78
try again
alex 21bba2e
some changes
alex a5b7b6b
update JIT tests, they're a bit worse, not much we can do
alex 92b1974
Updated for the latest RPython. YOU MUST UPGRADE TO THE LAST RPYTHON
alex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can probably dorp the assert here as well.