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

Numeric arrays #555

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open

Numeric arrays #555

wants to merge 43 commits into from

Conversation

timfel
Copy link
Member

@timfel timfel commented Mar 26, 2013

This is an attempt to add specialized storage to arrays. This isn't merge ready, but I'm going on vacation until Wednesday and I won't have any Internet access. @alex I realize there is stuff missing here, and there aren't any jit tests, but I'd like to get some discussion about the code going. @merryman may have time to work on this while I'm gone.

@@ -44,7 +44,7 @@ def handle_block_args(self, space, bytecode, args_w, block):
isinstance(args_w[0], W_ArrayObject) and len(bytecode.arg_pos) >= 2):
w_arg = args_w[0]
assert isinstance(w_arg, W_ArrayObject)
args_w = w_arg.items_w
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants