Changeset 231116 in webkit for trunk/Source/JavaScriptCore/b3/B3Generate.cpp
- Timestamp:
- Apr 27, 2018, 4:43:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/b3/B3Generate.cpp
r225893 r231116 1 1 /* 2 * Copyright (C) 2015-201 7Apple Inc. All rights reserved.2 * Copyright (C) 2015-2018 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 88 88 if (eliminateCommonSubexpressions(procedure)) 89 89 eliminateCommonSubexpressions(procedure); 90 foldPathConstants(procedure); 91 reduceStrength(procedure); 90 92 inferSwitches(procedure); 91 93 duplicateTails(procedure);
Note:
See TracChangeset
for help on using the changeset viewer.