Title: [218875] trunk/Source/_javascript_Core
- Revision
- 218875
- Author
- cdu...@apple.com
- Date
- 2017-06-28 08:54:56 -0700 (Wed, 28 Jun 2017)
Log Message
Unreviewed, rolling out r218873.
Broke the iOS build
Reverted changeset:
"Gardening: CLoop build fix."
https://bugs.webkit.org/show_bug.cgi?id=173700
http://trac.webkit.org/changeset/218873
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (218874 => 218875)
--- trunk/Source/_javascript_Core/ChangeLog 2017-06-28 14:24:16 UTC (rev 218874)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-06-28 15:54:56 UTC (rev 218875)
@@ -1,3 +1,15 @@
+2017-06-28 Chris Dumez <cdu...@apple.com>
+
+ Unreviewed, rolling out r218873.
+
+ Broke the iOS build
+
+ Reverted changeset:
+
+ "Gardening: CLoop build fix."
+ https://bugs.webkit.org/show_bug.cgi?id=173700
+ http://trac.webkit.org/changeset/218873
+
2017-06-28 Mark Lam <mark....@apple.com>
Gardening: CLoop build fix.
Modified: trunk/Source/_javascript_Core/llint/LLIntSlowPaths.cpp (218874 => 218875)
--- trunk/Source/_javascript_Core/llint/LLIntSlowPaths.cpp 2017-06-28 14:24:16 UTC (rev 218874)
+++ trunk/Source/_javascript_Core/llint/LLIntSlowPaths.cpp 2017-06-28 15:54:56 UTC (rev 218875)
@@ -511,7 +511,7 @@
// throw the StackOverflowError unconditionally.
#if !ENABLE(JIT)
Register* topOfFrame = exec->topOfFrame();
- if (LIKELY(topOfFrame < reinterpret_cast<Register*>(exec))) {
+ if (LIKELY(topOfFrame < exec)) {
ASSERT(!vm.interpreter->cloopStack().containsAddress(topOfFrame));
if (LIKELY(vm.ensureStackCapacityFor(topOfFrame)))
LLINT_RETURN_TWO(pc, 0);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes