Results (311 - 320 of 3373)
- [214636]: Air should support linear scan for optLevel<2 ...
- Air should support linear scan for optLevel<2 https://bugs.webkit.org/show_bug.cgi?id=170161 Reviewed by Saam Barati. Source/JavaScriptCore: This changes the default opt level of B3 to 2. It makes the other opt levels useful by ...
- By Mar 30, 2017, 3:55:44 PM —
- [214410]: B3::fixSSA should do liveness pruning ...
- B3::fixSSA should do liveness pruning https://bugs.webkit.org/show_bug.cgi?id=170111 Reviewed by Saam Barati. Source/JavaScriptCore: This moves all of the logic of Air::Liveness<> to WTF::Liveness<> and then uses that to create ...
- By Mar 26, 2017, 9:17:52 PM —
- [214409]: Air::Liveness shouldn't need HashSets ...
- Air::Liveness shouldn't need HashSets https://bugs.webkit.org/show_bug.cgi?id=170102 Reviewed by Yusuke Suzuki. Source/JavaScriptCore: This converts Air::Liveness<> to no longer use HashSets or BitVectors. This turns out to be e ...
- By Mar 26, 2017, 3:11:13 PM —
- [214408]: Air should use RegisterSet for RegLiveness ...
- Air should use RegisterSet for RegLiveness https://bugs.webkit.org/show_bug.cgi?id=170108 Reviewed by Yusuke Suzuki. Source/JavaScriptCore: The biggest change here is the introduction of the new RegLiveness class. This is a drop ...
- By Mar 26, 2017, 2:39:27 PM —
- [214402]: Fix wasm by returning after we do TLS. Rubber stamped by Keith ...
- Fix wasm by returning after we do TLS. Rubber stamped by Keith Miller. * jit/AssemblyHelpers.h: (JSC::AssemblyHelpers::storeWasmContext):
- By Mar 25, 2017, 12:43:20 PM —
- [214187]: Graph coloring should use coalescable moves when spilling ...
- Graph coloring should use coalescable moves when spilling https://bugs.webkit.org/show_bug.cgi?id=169820 Reviewed by Michael Saboff. This makes our graph coloring register allocator use a new family of move instructions when spilling bot ...
- By Mar 20, 2017, 11:58:59 AM —
- [214109]: Air should be powerful enough to support Tmp-splitting ...
- Air should be powerful enough to support Tmp-splitting https://bugs.webkit.org/show_bug.cgi?id=169515 Reviewed by Saam Barati. Source/JavaScriptCore: In the process of implementing the Tmp-splitting optimization, I made some sma ...
- By Mar 17, 2017, 10:58:18 AM —
- [214069]: FTL should support global and eval code ...
- FTL should support global and eval code https://bugs.webkit.org/show_bug.cgi?id=169656 Reviewed by Geoffrey Garen and Saam Barati. JSTests: Added basic performance tests of global and eval code. These tests will run a lot faster ...
- By Mar 16, 2017, 2:19:23 PM —
- [213945]: Fix some typos in this benchmark. Rubber stamped by Saam Barati. * ...
- Fix some typos in this benchmark. Rubber stamped by Saam Barati. * benchmarks/HashSetDFGReplay.cpp: (main):
- By Mar 14, 2017, 3:23:06 PM —
- [213939]: Record the HashSet/HashMap operations in DFG/FTL/B3 and replay them in ...
- Record the HashSet/HashMap operations in DFG/FTL/B3 and replay them in a benchmark https://bugs.webkit.org/show_bug.cgi?id=169590 Reviewed by Saam Barati. Source/JavaScriptCore: Adds code to support logging some hashtable stuff ...
- By Mar 14, 2017, 2:37:41 PM —
Note:
See TracSearch
for help on searching.