Results (161 - 170 of 3373)
- [223415]: Make some asserts into release asserts ...
- Make some asserts into release asserts https://bugs.webkit.org/show_bug.cgi?id=178324 Reviewed by Saam Barati. Source/JavaScriptCore: These asserts are not on perf critical paths, so they might as well be release asserts. * run ...
- By Oct 16, 2017, 10:19:11 AM —
- [223239]: Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 ...
- Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 Reviewed by JF Bastien. JSTests: Add tests for when Gigacage gets runtime disabled. * stress/disable-gigacage-arrays.js: Added. (foo): * stress/disable-gigac ...
- By Oct 12, 2017, 9:02:45 AM —
- [223121]: Use one virtual allocation for all gigacages and their runways ...
- Use one virtual allocation for all gigacages and their runways https://bugs.webkit.org/show_bug.cgi?id=178050 Reviewed by Saam Barati. * bmalloc/Gigacage.cpp: (Gigacage::ensureGigacage): (Gigacage::runway): Deleted. (Gigacage::totalSize) ...
- By Oct 9, 2017, 9:28:18 PM —
- [223116]: JSCell::didBecomePrototype is racy ...
- JSCell::didBecomePrototype is racy https://bugs.webkit.org/show_bug.cgi?id=178110 Reviewed by Saam Barati. The indexing type can be modified by any thread using CAS. So, we need to use atomics when modifying it. We don't need to ...
- By Oct 9, 2017, 7:48:39 PM —
- [223113]: Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 ...
- Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 Reviewed by JF Bastien. JSTests: Add tests for when Gigacage gets runtime disabled. * stress/disable-gigacage-arrays.js: Added. (foo): * stress/disable-gigac ...
- By Oct 9, 2017, 6:40:53 PM —
- [223027]: direct-construct-arity-mismatch.js can have GCs that take ~70ms if you ...
- direct-construct-arity-mismatch.js can have GCs that take ~70ms if you force poly proto and disable generational GC https://bugs.webkit.org/show_bug.cgi?id=178051 Reviewed by Saam Barati. After I studied the profile of this test, ...
- By Oct 7, 2017, 8:15:56 PM —
- [223024]: Octane/splay can leak memory due to stray pointers on the stack when ...
- Octane/splay can leak memory due to stray pointers on the stack when run from the command line https://bugs.webkit.org/show_bug.cgi?id=178054 Reviewed by Saam Barati. This throws in a bunch of sanitize calls. It fixes the problem ...
- By Oct 7, 2017, 6:10:19 PM —
- [223015]: Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 ...
- Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 Reviewed by JF Bastien. JSTests: Add tests for when Gigacage gets runtime disabled. * stress/disable-gigacage-arrays.js: Added. (foo): * stress/disable-gigac ...
- By Oct 6, 2017, 7:29:19 PM —
- [222982]: Use one Scavenger thread for all Heaps ...
- Use one Scavenger thread for all Heaps https://bugs.webkit.org/show_bug.cgi?id=174973 Reviewed by JF Bastien. This combines the scavengers from all Heap instances into a single scavenger. It also combines the accounting for decid ...
- By Oct 6, 2017, 9:34:41 AM —
- [222945]: bmalloc mutex should be adaptive ...
- bmalloc mutex should be adaptive https://bugs.webkit.org/show_bug.cgi?id=177839 Reviewed by Michael Saboff. Source/bmalloc: This pulls the WordLock algorithm into bmalloc, mostly by copy-pasting the code. We need to copy paste b ...
- By Oct 5, 2017, 4:48:10 PM —
Note:
See TracSearch
for help on searching.