Title: [242663] trunk/Source/_javascript_Core
- Revision
- 242663
- Author
- [email protected]
- Date
- 2019-03-08 16:17:37 -0800 (Fri, 08 Mar 2019)
Log Message
IntegerCheckCombiningPhase::Range can be shrunk by 8 bytes
https://bugs.webkit.org/show_bug.cgi?id=195487
Reviewed by Saam Barati.
* dfg/DFGIntegerCheckCombiningPhase.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (242662 => 242663)
--- trunk/Source/_javascript_Core/ChangeLog 2019-03-08 23:58:52 UTC (rev 242662)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-03-09 00:17:37 UTC (rev 242663)
@@ -1,5 +1,14 @@
2019-03-08 Robin Morisset <[email protected]>
+ IntegerCheckCombiningPhase::Range can be shrunk by 8 bytes
+ https://bugs.webkit.org/show_bug.cgi?id=195487
+
+ Reviewed by Saam Barati.
+
+ * dfg/DFGIntegerCheckCombiningPhase.cpp:
+
+2019-03-08 Robin Morisset <[email protected]>
+
TypeLocation can be shrunk by 8 bytes
https://bugs.webkit.org/show_bug.cgi?id=195483
Modified: trunk/Source/_javascript_Core/dfg/DFGIntegerCheckCombiningPhase.cpp (242662 => 242663)
--- trunk/Source/_javascript_Core/dfg/DFGIntegerCheckCombiningPhase.cpp 2019-03-08 23:58:52 UTC (rev 242662)
+++ trunk/Source/_javascript_Core/dfg/DFGIntegerCheckCombiningPhase.cpp 2019-03-09 00:17:37 UTC (rev 242663)
@@ -145,8 +145,8 @@
}
int32_t m_minBound { 0 };
+ int32_t m_maxBound { 0 };
CodeOrigin m_minOrigin;
- int32_t m_maxBound { 0 };
CodeOrigin m_maxOrigin;
unsigned m_count { 0 }; // If this is zero then the bounds won't necessarily make sense.
bool m_hoisted { false };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes