-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge remote-tracking branch 'origin/master' into linux #1320
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mentally across blocks Merge pull request chakra-core#1247 from ThomsonTan:IncBailOut Capture values for bailout are built incrementally by selecting captured values in one of its predecessor block and mark all not uncommon symbols from all predecessor blocks as recapture when building new bailout.
…offset on InlineeEnd, and around boxing of inlinees in a jitted loop body
…n the tests Merge pull request chakra-core#1299 from xanlpz:timezone-tests This reduces the failing tests from 21 to 1 if the right timezone is not set system-wide. The failing test comes from using PST and not Pacific Daylight Time, but not sure how to magically get the daylight stuff in here. In any case I think this is already an improvement.
…ype jit-optimized, right bailout offset on InlineeEnd, and around boxing of inlinees in a jitted loop body Merge pull request chakra-core#1295 from rajatd:Bugs 1. Inlinees in a loop body frame need not marked as candidates for boxing as we wouldn't have allocated nested functions on the stack for a jitted loop body frame (both for loop body and inlinees in it) 2. CheckObjType instruction shouldn't add a bytecode use of the symbol whose type it is checking. For this purpose, I'm marking the source operand as jit-optimized. 3. Bailout offset on InlineeEnd should be that of the next real instruction after the call to the inlinee.
…param is valid syntax.
…n and shorthand object pattern on param is valid syntax. Merge pull request chakra-core#1315 from akroshg:destruct2
include before PAL header file on non
Merge pull request chakra-core#1317 from obastemur:fix_build_break include `<string>` before PAL header file on non `_WIN32`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.