Results (251 - 260 of 3373)
- [220322]: REGRESSION (r219895-219897): Number of leaks on Open Source went from ...
- REGRESSION (r219895-219897): Number of leaks on Open Source went from 9240 to 235983 and is now at 302372 https://bugs.webkit.org/show_bug.cgi?id=175083 Reviewed by Oliver Hunt. Source/JavaScriptCore: This fixes the leak by maki ...
- By Aug 5, 2017, 9:43:37 PM —
- [220291]: The allocator used to allocate memory for MarkedBlocks and ...
- The allocator used to allocate memory for MarkedBlocks and LargeAllocations should not be the Subspace itself https://bugs.webkit.org/show_bug.cgi?id=175141 Reviewed by Mark Lam. Source/JavaScriptCore: To make it easier to have ...
- By Aug 4, 2017, 1:50:51 PM —
- [220184]: LLInt should do pointer caging ...
- LLInt should do pointer caging https://bugs.webkit.org/show_bug.cgi?id=175036 Reviewed by Keith Miller. Implementing this in the LLInt was challenging because offlineasm did not previously know how to load from globals. This teaches it h ...
- By Aug 2, 2017, 10:48:59 PM —
- [220175]: Sweeping should only scribble when sweeping to free list ...
- Sweeping should only scribble when sweeping to free list https://bugs.webkit.org/show_bug.cgi?id=175105 Reviewed by Saam Barati. I just saw a crash on the bots where a destructor call attempt dereferenced scribbled memory. This c ...
- By Aug 2, 2017, 6:57:37 PM —
- [220165]: All C++ accesses to JSObject::m_butterfly should do caging ...
- All C++ accesses to JSObject::m_butterfly should do caging https://bugs.webkit.org/show_bug.cgi?id=175039 Reviewed by Keith Miller. Source/JavaScriptCore: Makes JSObject::m_butterfly a AuxiliaryBarrier<CagedPtr<Butterfly>> and a ...
- By Aug 2, 2017, 6:32:07 PM —
- [220154]: If Gigacage is disabled, bmalloc should service large aligned memory ...
- If Gigacage is disabled, bmalloc should service large aligned memory allocation requests through vmAllocate https://bugs.webkit.org/show_bug.cgi?id=175085 Reviewed by Saam Barati. This fixes a problem where if we used gmalloc, We ...
- By Aug 2, 2017, 2:50:33 PM —
- [220148]: We should be OK with the gigacage being disabled on gmalloc ...
- We should be OK with the gigacage being disabled on gmalloc https://bugs.webkit.org/show_bug.cgi?id=175082 Reviewed by Michael Saboff. Source/bmalloc: This adds Gigacage::shouldBeEnabled(), which returns false when we're using g ...
- By Aug 2, 2017, 12:57:50 PM —
- [220145]: GPUBuffer::length() should return the size of the array buffer backing ...
- GPUBuffer::length() should return the size of the array buffer backing the GPU buffer, not the rounded-up GPU buffer length https://bugs.webkit.org/show_bug.cgi?id=175079 Reviewed by Simon Fraser. This fixes a failure in the GPU.BufferCr ...
- By Aug 2, 2017, 11:24:19 AM —
- [220118]: Bmalloc and GC should put auxiliaries (butterflies, typed array ...
- Bmalloc and GC should put auxiliaries (butterflies, typed array backing stores) in a gigacage (separate multi-GB VM region) https://bugs.webkit.org/show_bug.cgi?id=174727 Reviewed by Mark Lam. Source/bmalloc: This adds a mechani ...
- By Aug 1, 2017, 6:50:16 PM —
- [220045]: Unreviewed, rollout r220044 because it set the bots on fire. ...
- Unreviewed, rollout r220044 because it set the bots on fire. It seems that the "-Wunguarded-availability-new" pragma is not widely supported. So, a bunch of the Mac bots are now unable to build and that includes EWS. Fixi ...
- By Jul 29, 2017, 12:36:47 PM —
Note:
See TracSearch
for help on searching.