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

Inlining in jitted loop bodies #1182

Merged
merged 1 commit into from
Jul 11, 2016
Merged

Conversation

rajatd
Copy link
Contributor

@rajatd rajatd commented Jun 23, 2016

This PR enables script function inlining in jitted loop bodies.

  • Small changes in the stack walker to support this scenario.
  • Tweaks to inlining heuristics so that we don't inline as aggressively in loop bodies as we do in functions.

This change is Reviewable

@rajatd
Copy link
Contributor Author

rajatd commented Jun 23, 2016

@LouisLaf please review
FYI, @pleath @abchatra

@LouisLaf
Copy link
Collaborator

LouisLaf commented Jul 6, 2016

:shipit:

@chakrabot chakrabot merged commit babf8d4 into chakra-core:master Jul 11, 2016
chakrabot pushed a commit that referenced this pull request Jul 11, 2016
Merge pull request #1182 from rajatd:inlineInJLB-test

This change enables script function inlining in jitted loop bodies.
- Small changes in the stack walker to support this scenario.
- Tweaks to inlining heuristics so that we don't inline as aggressively in loop bodies as we do in functions.
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