WebKit Trac
  • Login
  • Preferences
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (61 - 70 of 3373)

← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 →
[232000]: DFG should inline InstanceOf ICs ...
DFG should inline InstanceOf ICs https://bugs.webkit.org/show_bug.cgi?id=185695 Reviewed by Yusuke Suzuki. Source/JavaScriptCore: This teaches the DFG how to inline InstanceOf ICs into a MatchStructure node. This can then be fol ...
By fpizlo@apple.com — May 19, 2018 3:00:21 PM
[231961]: JSC should have InstanceOf inline caching ...
JSC should have InstanceOf inline caching https://bugs.webkit.org/show_bug.cgi?id=185652 Reviewed by Saam Barati. JSTests: * microbenchmarks/instanceof-always-hit-one.js: Added. * microbenchmarks/instanceof-always-hit-two.js: Added. * m ...
By fpizlo@apple.com — May 18, 2018 10:29:56 AM
[231871]: DFG models InstanceOf incorrectly ...
DFG models InstanceOf incorrectly https://bugs.webkit.org/show_bug.cgi?id=185694 Reviewed by Keith Miller. JSTests: * stress/instanceof-proxy-check-structure.js: Added. (Foo): (Bar): (doBadThings): (getPrototypeOf): (foo): (i.new.Bar): ...
By fpizlo@apple.com — May 16, 2018 2:02:49 PM
[231743]: Disable pointer poisoning ...
Disable pointer poisoning https://bugs.webkit.org/show_bug.cgi?id=185586 Reviewed by Yusuke Suzuki. This seems like a 0.3% speed-up on microbenchmarks. It seems like it may be a small speed-up on other tests, too. * wtf/Platform ...
By fpizlo@apple.com — May 13, 2018 11:57:03 AM
[231741]: CachedCall::call() should be faster ...
CachedCall::call() should be faster https://bugs.webkit.org/show_bug.cgi?id=185583 Reviewed by Yusuke Suzuki. CachedCall is an optimization for String.prototype.replace(r, f) where f is a function. Unfortunately, because of a com ...
By fpizlo@apple.com — May 13, 2018 9:54:55 AM
[231665]: DFG CFA should pick the right time to inject OSR entry data ...
DFG CFA should pick the right time to inject OSR entry data https://bugs.webkit.org/show_bug.cgi?id=185530 Reviewed by Saam Barati. Previously, we would do a bonus run of CFA to inject OSR entry data. This patch makes us inject O ...
By fpizlo@apple.com — May 10, 2018 3:23:12 PM
[231660]: InPlaceAbstractState::beginBasicBlock shouldn't copy all m_variables ...
InPlaceAbstractState::beginBasicBlock shouldn't copy all m_variables every time https://bugs.webkit.org/show_bug.cgi?id=185452 Reviewed by Michael Saboff. We were spending a lot of time in beginBasicBlock() just copying the state ...
By fpizlo@apple.com — May 10, 2018 2:31:49 PM
[231607]: Speed up AbstractInterpreter::executeEdges ...
Speed up AbstractInterpreter::executeEdges https://bugs.webkit.org/show_bug.cgi?id=185457 Reviewed by Saam Barati. This patch started out with the desire to make executeEdges() faster by making filtering faster. However, when I studied t ...
By fpizlo@apple.com — May 9, 2018 4:31:14 PM
[231522]: DFG::FlowMap::resize() shouldn't resize the shadow map unless we're in ...
DFG::FlowMap::resize() shouldn't resize the shadow map unless we're in SSA https://bugs.webkit.org/show_bug.cgi?id=185453 Reviewed by Michael Saboff. Tiny improvement for compile times. * dfg/DFGFlowMap.h: (JSC::DFG::FlowMap::re ...
By fpizlo@apple.com — May 8, 2018 4:30:31 PM
[231514]: 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 fpizlo@apple.com — May 8, 2018 2:49:09 PM
← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple