Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Unreviewed, rolling in r201436.
https://bugs.webkit.org/show_bug.cgi?id=158143 r201562 should haved fixed the Dromaeo DOM core regression. Restored changeset: "REGRESSION: JSBench spends a lot of time transitioning to/from dictionary" https://bugs.webkit.org/show_bug.cgi?id=158045 http://trac.webkit.org/changeset/201436 Canonical link: https://commits.webkit.org/176365@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@201573 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
64 additions
and 42 deletions.
- +15 −0 Source/JavaScriptCore/ChangeLog
- +10 −4 Source/JavaScriptCore/bytecode/ObjectPropertyConditionSet.cpp
- +9 −0 Source/JavaScriptCore/interpreter/Interpreter.cpp
- +2 −14 Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h
- +2 −0 Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- +23 −0 Source/JavaScriptCore/runtime/Operations.cpp
- +3 −24 Source/JavaScriptCore/runtime/Operations.h
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
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
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