Results (121 - 130 of 3373)
- [228538]: Unreviewed, roll out r228366 since it did not progress anything. ...
- Unreviewed, roll out r228366 since it did not progress anything. JSTests: * stress/gc-error-stack.js: Removed. * stress/no-gc-error-stack.js: Removed. Source/JavaScriptCore: * heap/Heap.cpp: (JSC::Heap::finalizeUnconditionalFinalizers) ...
- By Feb 15, 2018, 3:38:15 PM —
- [228420]: Lock down JSFunction https://bugs.webkit.org/show_bug.cgi?id=182652 ...
- Lock down JSFunction https://bugs.webkit.org/show_bug.cgi?id=182652 Reviewed by Saam Barati. This poisons pointers in JSFunction and puts all of the types in the JSFunction hierarchy in isospaces. This is so neutral on J ...
- By Feb 13, 2018, 9:02:45 AM —
- [228366]: Don't waste memory for error.stack ...
- Don't waste memory for error.stack https://bugs.webkit.org/show_bug.cgi?id=182656 Reviewed by Saam Barati. JSTests: Tests the policy. * stress/gc-error-stack.js: Added. Shows that the GC forgets frames now. * stress/no-gc-error ...
- By Feb 10, 2018, 3:49:54 PM —
- [228306]: Experiment with alternative implementation of memcpy/memset ...
- Experiment with alternative implementation of memcpy/memset https://bugs.webkit.org/show_bug.cgi?id=182563 Reviewed by Michael Saboff and Mark Lam. Source/bmalloc: Add a faster x86_64-specific implementation of memcpy and memset ...
- By Feb 8, 2018, 6:13:01 PM —
- [228149]: Global objects should be able to use TLCs to allocate from different ...
- Global objects should be able to use TLCs to allocate from different blocks from each other https://bugs.webkit.org/show_bug.cgi?id=182227 Source/JavaScriptCore: Reviewed by JF Bastien. This uses TLCs to create at least `minimum ...
- By Feb 5, 2018, 7:50:30 PM —
- [227721]: LargeAllocation should do the same distancing as MarkedBlock ...
- LargeAllocation should do the same distancing as MarkedBlock https://bugs.webkit.org/show_bug.cgi?id=182226 Reviewed by Saam Barati. This makes LargeAllocation do the same exact distancing that MarkedBlock promises to do. To mak ...
- By Jan 28, 2018, 9:08:13 PM —
- [227718]: Make MarkedBlock::Footer bigger ...
- Make MarkedBlock::Footer bigger https://bugs.webkit.org/show_bug.cgi?id=182220 Reviewed by JF Bastien. This makes the block footer larger by moving the newlyAllocated bits from the handle into the footer. It used to be p ...
- By Jan 28, 2018, 11:08:08 AM —
- [227717]: MarkedBlock should have a footer instead of a header ...
- MarkedBlock should have a footer instead of a header https://bugs.webkit.org/show_bug.cgi?id=182217 Reviewed by JF Bastien. This moves the MarkedBlock's meta-data from the header to the footer. This doesn't really change anything ...
- By Jan 27, 2018, 6:23:25 PM —
- [227684]: Fix style - need to use C comments. * wtf/Platform.h:
- Fix style - need to use C comments. * wtf/Platform.h:
- By Jan 26, 2018, 10:52:25 AM —
- [227683]: Disable TLS-based TLCs https://bugs.webkit.org/show_bug.cgi?id=182175 ...
- Disable TLS-based TLCs https://bugs.webkit.org/show_bug.cgi?id=182175 Reviewed by Saam Barati. Source/JavaScriptCore: Check for the new USE(FAST_TLS_FOR_TLC) flag instead of just ENABLE(FAST_TLS_JIT). * heap/BlockDirectory.cpp: (JSC::B ...
- By Jan 26, 2018, 10:42:52 AM —
Note:
See TracSearch
for help on searching.