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

EH frame: use a single allocation for the EH frame + generated code #1075

Merged
merged 1 commit into from
Jan 29, 2016

Conversation

undingen
Copy link
Contributor

This removes the 2GB process limitation I ran into.
(With the EH frame format we are using the code offset is specified as a 32bit signed offset)
I checked if aligning the code speeds it up but I did not notice any perf change.

This removes the 2GB process limitation I ran into.
(With the EH frame format we are using the code offset is specified as a 32bit signed offset)
I checked if aligning the code speeds it up but I did not notice any perf change.
kmod added a commit that referenced this pull request Jan 29, 2016
EH frame: use a single allocation for the EH frame + generated code
@kmod kmod merged commit 67e3070 into pyston:master Jan 29, 2016
@kmod
Copy link
Collaborator

kmod commented Jan 29, 2016

👍

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.

2 participants