Results (71 - 80 of 3373)
- [231471]: DFG AI should have O(1) clobbering ...
- DFG AI should have O(1) clobbering https://bugs.webkit.org/show_bug.cgi?id=185287 Reviewed by Saam Barati. JSTests: * stress/simple-ai-effect.js: Added. (bar): (foo): Source/JavaScriptCore: This fixes an old scalability probe ...
- By May 7, 2018, 6:05:21 PM —
- [231468]: InPlaceAbstractState::beginBasicBlock shouldn't have to clear any ...
- InPlaceAbstractState::beginBasicBlock shouldn't have to clear any abstract values https://bugs.webkit.org/show_bug.cgi?id=185365 Reviewed by Saam Barati. Source/JavaScriptCore: This patch does three things to improve compile tim ...
- By May 7, 2018, 5:07:20 PM —
- [231467]: DFG AI doesn't need to merge valuesAtTail - it can just assign them ...
- DFG AI doesn't need to merge valuesAtTail - it can just assign them https://bugs.webkit.org/show_bug.cgi?id=185355 Reviewed by Mark Lam. This is a further attempt to improve compile times. Assigning AbstractValue ought to always ...
- By May 7, 2018, 5:05:08 PM —
- [231399]: DFG CFA phase should only do clobber asserts in debug ...
- DFG CFA phase should only do clobber asserts in debug https://bugs.webkit.org/show_bug.cgi?id=185354 Reviewed by Saam Barati. Clobber asserts are responsible for 1% of compile time. That's too much. This disables them unless asse ...
- By May 5, 2018, 6:06:09 PM —
- [231338]: Make it easy to log compile times for all optimizing tiers ...
- Make it easy to log compile times for all optimizing tiers https://bugs.webkit.org/show_bug.cgi?id=185270 Reviewed by Keith Miller. This makes --logPhaseTimes=true enable logging of phase times for DFG and B3 using a common helpe ...
- By May 3, 2018, 5:41:58 PM —
- [231337]: Strings should not be allocated in a gigacage ...
- Strings should not be allocated in a gigacage https://bugs.webkit.org/show_bug.cgi?id=185218 Reviewed by Saam Barati. Source/bmalloc: This removes the string gigacage. Putting strings in a gigacage prevents read gadgets ...
- By May 3, 2018, 5:40:18 PM —
- [231283]: JSC should know how to cache custom getter accesses on the prototype ...
- JSC should know how to cache custom getter accesses on the prototype chain https://bugs.webkit.org/show_bug.cgi?id=185213 Reviewed by Keith Miller. JSTests: * microbenchmarks/get-custom-getter.js: Added. (test): Source/JavaScriptCore: ...
- By May 2, 2018, 5:37:30 PM —
- [231250]: JSC should be able to cache custom setter calls on the prototype chain ...
- JSC should be able to cache custom setter calls on the prototype chain https://bugs.webkit.org/show_bug.cgi?id=185174 Reviewed by Saam Barati. We broke custom-setter-on-the-prototype-chain caching when we fixed a bug involving the condit ...
- By May 2, 2018, 11:51:16 AM —
- [231204]: B3::demoteValues should be able to handle patchpoint terminals ...
- B3::demoteValues should be able to handle patchpoint terminals https://bugs.webkit.org/show_bug.cgi?id=185151 Reviewed by Saam Barati. If we try to demote a patchpoint terminal then prior to this change we would append a Set to t ...
- By May 1, 2018, 12:55:59 PM —
- [231185]: LICM shouldn't hoist nodes if hoisted nodes exited in that code block ...
- LICM shouldn't hoist nodes if hoisted nodes exited in that code block https://bugs.webkit.org/show_bug.cgi?id=185126 Reviewed by Saam Barati. JSTests: I found this bug by accident when I was writing this test for something else. ...
- By Apr 30, 2018, 5:04:44 PM —
Note:
See TracSearch
for help on searching.