Skip to content

Conversation

@MikeHolman
Copy link
Contributor

Exact order of next pointers for polymorphic CodeGen JIT and CodeGen Runtime data may differ. So, while walking CodeGen JIT data during BuildJITTimeData data we should pass along the head CodeGen Runtime pointer, otherwise inner calls will not be able to find inlinees who appear earlier in the list.

@rajatd
Copy link
Contributor

rajatd commented Oct 20, 2016

:shipit:

@chakrabot chakrabot merged commit 5f5853c into chakra-core:master Oct 24, 2016
chakrabot pushed a commit that referenced this pull request Oct 24, 2016
…uts differ in JIT and runtime data

Merge pull request #1760 from MikeHolman:polyinlining

Exact order of next pointers for polymorphic CodeGen JIT and CodeGen Runtime data may differ. So, while walking CodeGen JIT data during BuildJITTimeData data we should pass along the head CodeGen Runtime pointer, otherwise inner calls will not be able to find inlinees who appear earlier in the list.
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.

5 participants