Results (291 - 300 of 3373)
- [216078]: JSC C API should expose GC marking constraints and weak references ...
- JSC C API should expose GC marking constraints and weak references https://bugs.webkit.org/show_bug.cgi?id=171554 Reviewed by Geoffrey Garen. This exposes an API that lets you participate in the GC's fixpoint. You can ask the GC ...
- By May 2, 2017, 11:00:23 AM —
- [216027]: Air::fixObviousSpills should remove totally redundant instructions ...
- Air::fixObviousSpills should remove totally redundant instructions https://bugs.webkit.org/show_bug.cgi?id=171131 Reviewed by Saam Barati. This is a modest compile-time-neutral improvement to fixObviousSpills. That phase builds u ...
- By May 1, 2017, 2:17:24 PM —
- [215565]: Optimize SharedArrayBuffer in the DFG+FTL ...
- Optimize SharedArrayBuffer in the DFG+FTL https://bugs.webkit.org/show_bug.cgi?id=164108 Reviewed by Saam Barati. JSTests: Added a fairly comprehensive test of the intrinsics. This creates a function for each possible combinatio ...
- By Apr 20, 2017, 10:55:44 AM —
- [215475]: wasm/function-tests/memory-multiagent times out sometimes ...
- wasm/function-tests/memory-multiagent times out sometimes https://bugs.webkit.org/show_bug.cgi?id=170958 Reviewed by Keith Miller. Add the ability to skip tests easily. Skip the test. * wasm.yaml: * wasm/function-tests/memory-mu ...
- By Apr 18, 2017, 12:27:53 PM —
- [215365]: Air::RegLiveness should be constraint-based ...
- Air::RegLiveness should be constraint-based https://bugs.webkit.org/show_bug.cgi?id=170817 Reviewed by Saam Barati. Previously, I changed the Air liveness analyses based on Air::Liveness<> to be constraint-based and this was a si ...
- By Apr 14, 2017, 10:43:42 AM —
- [215310]: Move common stack allocation utilities out of ...
- Move common stack allocation utilities out of AirAllocateStackByGraphColoring.cpp https://bugs.webkit.org/show_bug.cgi?id=170799 Reviewed by Michael Saboff and Keith Miller. When I added stack allocation to allocateRegistersByLin ...
- By Apr 12, 2017, 7:26:53 PM —
- [215292]: B3 -O1 should not allocateStackByGraphColoring ...
- B3 -O1 should not allocateStackByGraphColoring https://bugs.webkit.org/show_bug.cgi?id=170742 Reviewed by Keith Miller. One of B3 -O1's longest running phases is allocateStackByGraphColoring. One approach to this would be to make ...
- By Apr 12, 2017, 2:22:14 PM —
- [215073]: Rename allocateStack to allocateStackByGraphColoring. Rubber stamped ...
- Rename allocateStack to allocateStackByGraphColoring. Rubber stamped by Saam Barati. * CMakeLists.txt: * JavaScriptCore.xcodeproj/project.pbxproj: * b3/air/AirAllocateStack.cpp: Removed. * b3/air/AirAllocateStack.h: Removed. * b3/air/Air ...
- By Apr 6, 2017, 5:26:53 PM —
- [215071]: Linear scan should run liveness only once ...
- Linear scan should run liveness only once https://bugs.webkit.org/show_bug.cgi?id=170569 Reviewed by Keith Miller. Source/JavaScriptCore: Air has a longstanding design bug that Tmps from different banks are indexed independently ...
- By Apr 6, 2017, 5:11:16 PM —
- [215057]: B3 -O1 should generate better code than -O0 ...
- B3 -O1 should generate better code than -O0 https://bugs.webkit.org/show_bug.cgi?id=170563 Reviewed by Michael Saboff. Prior to this change, code generated by -O1 ran slower than code generated by -O0. This turned out to be becau ...
- By Apr 6, 2017, 1:58:34 PM —
Note:
See TracSearch
for help on searching.