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

Context Navigation



Results (41 - 50 of 1157)

← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 →
[233650]: [WebCore] Annotate classes with WTF_MAKE_FAST_ALLOCATED as much as ...
[WebCore] Annotate classes with WTF_MAKE_FAST_ALLOCATED as much as possible https://bugs.webkit.org/show_bug.cgi?id=187474 Reviewed by Mark Lam. When opening cnn.com, debugger says that so many objects in WebCore are allocated from syste ...
By Yusuke Suzuki — Jul 9, 2018 12:08:41 PM
[233646]: [WTF] Annotate RunLoop::Timer fast-allocated ...
[WTF] Annotate RunLoop::Timer fast-allocated https://bugs.webkit.org/show_bug.cgi?id=187473 Reviewed by Saam Barati. It is allocated by std::unique_ptr for MemoryPressureHandler. And it uses system malloc now. * wtf/RunLoop.h:
By Yusuke Suzuki — Jul 9, 2018 10:54:23 AM
[233645]: [JSC] Make some data members of UnlinkedCodeBlock private ...
[JSC] Make some data members of UnlinkedCodeBlock private https://bugs.webkit.org/show_bug.cgi?id=187467 Reviewed by Mark Lam. This patch makes m_numVars, m_numCalleeLocals, and m_numParameters of UnlinkedCodeBlock private. We also remov ...
By Yusuke Suzuki — Jul 9, 2018 10:09:43 AM
[233644]: [JSC] Optimize layout of AccessCase / ProxyableAccessCase to reduce ...
[JSC] Optimize layout of AccessCase / ProxyableAccessCase to reduce size of ProxyableAccessCase https://bugs.webkit.org/show_bug.cgi?id=187465 Reviewed by Keith Miller. ProxyableAccessCase is allocated so frequently and it is persisted s ...
By Yusuke Suzuki — Jul 9, 2018 10:08:17 AM
[233633]: Unreviewed, build fix for debug builds after r233630 ...
Unreviewed, build fix for debug builds after r233630 https://bugs.webkit.org/show_bug.cgi?id=187441 * jit/JIT.cpp: (JSC::JIT::frameRegisterCountFor): * llint/LLIntEntrypoint.cpp: (JSC::LLInt::frameRegisterCountFor):
By Yusuke Suzuki — Jul 8, 2018 9:37:24 PM
[233630]: [JSC] Optimize layout of CodeBlock to reduce padding ...
[JSC] Optimize layout of CodeBlock to reduce padding https://bugs.webkit.org/show_bug.cgi?id=187441 Reviewed by Mark Lam. Arrange the order of members to reduce the size of CodeBlock from 552 to 544. We also make SourceCodeRepresentation ...
By Yusuke Suzuki — Jul 8, 2018 10:59:25 AM
[233629]: [JSC] Optimize padding of UnlinkedCodeBlock to shrink ...
[JSC] Optimize padding of UnlinkedCodeBlock to shrink https://bugs.webkit.org/show_bug.cgi?id=187448 Reviewed by Saam Barati. Source/JavaScriptCore: We optimize the size of CodeType and TriState. And we arrange the layout of UnlinkedCod ...
By Yusuke Suzuki — Jul 8, 2018 10:39:55 AM
[233627]: [JSC] Optimize padding of InferredTypeTable by using cellLock ...
[JSC] Optimize padding of InferredTypeTable by using cellLock https://bugs.webkit.org/show_bug.cgi?id=187447 Reviewed by Mark Lam. Use cellLock() in InferredTypeTable to guard changes of internal structures. This is the same usage to Spa ...
By Yusuke Suzuki — Jul 8, 2018 9:41:14 AM
[233626]: [JSC] Optimize layout of SourceProvider to reduce padding ...
[JSC] Optimize layout of SourceProvider to reduce padding https://bugs.webkit.org/show_bug.cgi?id=187440 Reviewed by Mark Lam. Arrange members of SourceProvider to reduce the size from 80 to 72. * parser/SourceProvider.cpp: (JSC::Source ...
By Yusuke Suzuki — Jul 8, 2018 5:29:08 AM
[233622]: [JSC] Optimize layout of SymbolTable to reduce padding ...
[JSC] Optimize layout of SymbolTable to reduce padding https://bugs.webkit.org/show_bug.cgi?id=187437 Reviewed by Mark Lam. Arrange the layout of SymbolTable to reduce the size from 88 to 72. * runtime/SymbolTable.h:
By Yusuke Suzuki — Jul 7, 2018 1:46:28 PM
← 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple