Title: [240391] branches/safari-607-branch/Source/_javascript_Core
- Revision
- 240391
- Author
- [email protected]
- Date
- 2019-01-23 17:22:12 -0800 (Wed, 23 Jan 2019)
Log Message
Cherry-pick r240186. rdar://problem/47458146
Follow-up: Gigacages should start allocations from a slide
<https://bugs.webkit.org/show_bug.cgi?id=193523>
<rdar://problem/44958707>
* ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::caged): Add UNUSED_PARAM(kind) to
fix the build.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240186 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-607-branch/Source/_javascript_Core/ChangeLog (240390 => 240391)
--- branches/safari-607-branch/Source/_javascript_Core/ChangeLog 2019-01-24 01:22:09 UTC (rev 240390)
+++ branches/safari-607-branch/Source/_javascript_Core/ChangeLog 2019-01-24 01:22:12 UTC (rev 240391)
@@ -1,5 +1,29 @@
2019-01-23 Alan Coon <[email protected]>
+ Cherry-pick r240186. rdar://problem/47458146
+
+ Follow-up: Gigacages should start allocations from a slide
+ <https://bugs.webkit.org/show_bug.cgi?id=193523>
+ <rdar://problem/44958707>
+
+ * ftl/FTLLowerDFGToB3.cpp:
+ (JSC::FTL::DFG::LowerDFGToB3::caged): Add UNUSED_PARAM(kind) to
+ fix the build.
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240186 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-01-18 David Kilzer <[email protected]>
+
+ Follow-up: Gigacages should start allocations from a slide
+ <https://bugs.webkit.org/show_bug.cgi?id=193523>
+ <rdar://problem/44958707>
+
+ * ftl/FTLLowerDFGToB3.cpp:
+ (JSC::FTL::DFG::LowerDFGToB3::caged): Add UNUSED_PARAM(kind) to
+ fix the build.
+
+2019-01-23 Alan Coon <[email protected]>
+
Cherry-pick r240175. rdar://problem/47458146
Gigacages should start allocations from a slide
Modified: branches/safari-607-branch/Source/_javascript_Core/ftl/FTLLowerDFGToB3.cpp (240390 => 240391)
--- branches/safari-607-branch/Source/_javascript_Core/ftl/FTLLowerDFGToB3.cpp 2019-01-24 01:22:09 UTC (rev 240390)
+++ branches/safari-607-branch/Source/_javascript_Core/ftl/FTLLowerDFGToB3.cpp 2019-01-24 01:22:12 UTC (rev 240391)
@@ -13874,6 +13874,7 @@
// https://bugs.webkit.org/show_bug.cgi?id=175493
return m_out.opaque(result);
#else
+ UNUSED_PARAM(kind);
return ptr;
#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes