Results (261 - 270 of 3373)
- [219898]: B3 should do LICM https://bugs.webkit.org/show_bug.cgi?id=174750 ...
- B3 should do LICM https://bugs.webkit.org/show_bug.cgi?id=174750 Reviewed by Keith Miller and Saam Barati. Source/JavaScriptCore: Added a LICM phase to B3. This phase is called hoistLoopInvariantValues, to conform to the B3 nami ...
- By Jul 25, 2017, 6:58:36 PM —
- [219897]: GC should be fine with trading blocks between destructor and ...
- GC should be fine with trading blocks between destructor and non-destructor blocks https://bugs.webkit.org/show_bug.cgi?id=174811 Reviewed by Mark Lam. Our GC has the ability to trade blocks between MarkedAllocators. A MarkedAllo ...
- By Jul 25, 2017, 6:19:23 PM —
- [219763]: It should be easy to decide how WebKit yields ...
- It should be easy to decide how WebKit yields https://bugs.webkit.org/show_bug.cgi?id=174298 Reviewed by Saam Barati. Source/bmalloc: Use sched_yield() explicitly. * bmalloc/StaticMutex.cpp: (bmalloc::StaticMutex::lockSlowCase) ...
- By Jul 22, 2017, 7:36:18 AM —
- [219001]: RegExpCachedResult::setInput should reify left and right contexts ...
- RegExpCachedResult::setInput should reify left and right contexts https://bugs.webkit.org/show_bug.cgi?id=173818 Reviewed by Keith Miller. JSTests: * stress/right-left-context-invalidated-by-input.js: Added. (test.validateContexts): (te ...
- By Jun 30, 2017, 9:37:29 AM —
- [217944]: REGRESSION: ...
- REGRESSION: js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html has a flaky failure https://bugs.webkit.org/show_bug.cgi?id=161156 Reviewed by Saam Barati. Source/JavaScriptCore: Since LLInt does not re ...
- By Jun 8, 2017, 1:08:24 PM —
- [217846]: Unreviewed, fix 32-bit build. * jit/JITOpcodes.cpp: ...
- Unreviewed, fix 32-bit build. * jit/JITOpcodes.cpp: (JSC::JIT::emit_op_unreachable):
- By Jun 6, 2017, 11:35:41 AM —
- [217840]: index out of bound in bytecodebasicblock ...
- index out of bound in bytecodebasicblock https://bugs.webkit.org/show_bug.cgi?id=172963 Reviewed by Saam Barati and Mark Lam. JSTests: * stress/dfg-call-class-constructor.js: Added. (Foo): (i.catch): Source/JavaScriptCore: We ...
- By Jun 6, 2017, 11:08:17 AM —
- [217722]: Atomics.load and Atomics.store need to be fully fenced ...
- Atomics.load and Atomics.store need to be fully fenced https://bugs.webkit.org/show_bug.cgi?id=172844 Reviewed by Keith Miller. Source/JavaScriptCore: Implement fully fenced loads and stores in FTL using AtomicXchgAdd(0, ptr) fo ...
- By Jun 2, 2017, 10:58:24 AM —
- [217711]: GC should use scrambled free-lists ...
- GC should use scrambled free-lists https://bugs.webkit.org/show_bug.cgi?id=172793 Reviewed by Mark Lam. Previously, our bump'n'pop allocator would use a conventional linked-list for the free-list. The linked-list would be threade ...
- By Jun 2, 2017, 8:59:22 AM —
- [217221]: FTL stack overflow handling should not assume that B3 never selects ...
- FTL stack overflow handling should not assume that B3 never selects callee-saves in the prologue https://bugs.webkit.org/show_bug.cgi?id=172455 Reviewed by Mark Lam. The FTL needs to run B3's callee-save register restoration befo ...
- By May 22, 2017, 10:14:01 AM —
Note:
See TracSearch
for help on searching.