This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merge chakra-core/ChakraCore@9ac1422978] [MERGE #3498 @ricobbe] OS:9…
…682944 Fix bug in which we incorrectly copy-propagated away a load from a stack slot after boxing locals onto the heap Merge pull request #3498 from ricobbe:stack-copy-prop-fewer-slot-syms Fix a bug that can cause us to generate code that refers to the stack local variable storage even after the variables have been moved to the heap. Ensure that all references to local variables reload the pointer to the local variable storage area after any instructions that modify that pointer.
- Loading branch information
Showing
7 changed files
with
3,140 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.