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

OS#14057294: don't use param scope for jit loop bodies #4660

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

sigatrev
Copy link
Contributor

@sigatrev sigatrev commented Feb 8, 2018

jit loop bodies start past the instruction that ends param scope when param and body scopes are split, leading to a Throw::FatalInternalError when there are more scope slots than param scope slots

jit loop bodies start past the instruction that ends param scope when param and body scopes are split, leading to a Throw::FatalInternalError when there are more scope slots than param scope slots
@chakrabot chakrabot merged commit d8d4dd2 into chakra-core:release/1.9 Feb 8, 2018
chakrabot pushed a commit that referenced this pull request Feb 8, 2018
…op bodies

Merge pull request #4660 from sigatrev:loopScope

jit loop bodies start past the instruction that ends param scope when param and body scopes are split, leading to a Throw::FatalInternalError when there are more scope slots than param scope slots
chakrabot pushed a commit that referenced this pull request Feb 8, 2018
…pe for jit loop bodies

Merge pull request #4660 from sigatrev:loopScope

jit loop bodies start past the instruction that ends param scope when param and body scopes are split, leading to a Throw::FatalInternalError when there are more scope slots than param scope slots
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.

4 participants