Changeset 161934 in webkit
- Timestamp:
- Jan 13, 2014, 6:01:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jsCStack/Source/JavaScriptCore/ChangeLog
r161927 r161934 1483 1483 https://bugs.webkit.org/show_bug.cgi?id=126335. 1484 1484 1485 Not yet reviewed.1485 Reviewed by Geoffrey Garen. 1486 1486 1487 1487 We cannot do a meaningful assertion here on the size of the stack span … … 1679 1679 1680 1680 Not yet reviewed. 1681 Update: This is supplanted by https://bugs.webkit.org/show_bug.cgi?id=126790. 1681 1682 1682 1683 1. JSStack::disableErrorStackReserve() was wrongly comparing m_end with m_useableTop. … … 1696 1697 https://bugs.webkit.org/show_bug.cgi?id=126188. 1697 1698 1698 Not yet reviewed.1699 Reviewed by Geoffrey Garen. 1699 1700 1700 1701 These functions were inappropriately mixing "end" and "top" pointer idioms. … … 1725 1726 https://bugs.webkit.org/show_bug.cgi?id=126186 1726 1727 1727 Not yet reviewed.1728 Reviewed by Geoffrey Garen. 1728 1729 1729 1730 In the JSStack constructor, m_commitEnd is initialized to highAddress() … … 1753 1754 https://bugs.webkit.org/show_bug.cgi?id=126184. 1754 1755 1755 Not yet reviewed.1756 Reviewed by Geoffrey Garen. 1756 1757 1757 1758 In JSStack::enableErrorStackReserve() and disableErrorStackReserve(),
Note:
See TracChangeset
for help on using the changeset viewer.