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

Context Navigation



Results (1 - 10 of 127)

1 2 3 4 5 6 7 8 9 10 11 →
Quickjump to ​yusukesuzuki@slowstart.org
[266969]: [JSC] attribute-change transition should not pin Structure ...
... webkit.org/show_bug.cgi?id=215528 Patch by Yusuke Suzuki <yusukesuzuki@slowstart.org> on 2020-09-11 Reviewed by Saam Barati. JSTests: * stress/change-attribute-structure-transition.js: Added. (shouldBe): (sd.let.data.vm.getStructureTransitionList.let.result.return.result.kind): (sd): (shouldBe.J ...
By ysuzuki@apple.com — Sep 11, 2020 8:28:12 PM
[240718]: [JSC] Make global static variables "const" as much as possible ...
... webkit.org/show_bug.cgi?id=194015 Patch by Yusuke Suzuki <yusukesuzuki@slowstart.org> on 2019-01-30 Reviewed by Mark Lam. Some of global static variables are not "const". For example, `static const char* name = ...` is not constant variable. We should make it `static const char* const name = ...` ...
By ysuzuki@apple.com — Jan 30, 2019 10:55:38 AM
[240248]: Unreviewed, roll out r240220 due to date-format-xparb regression ...
Unreviewed, roll out r240220 due to date-format-xparb regression https://bugs.webkit.org/show_bug.cgi?id=193603 JSTests: * stress/let-lexical-binding-shadow-existing-global-property-ftl.js: * stress/scope-operation-cache-global-property- ...
By yusukesuzuki@slowstart.org — Jan 21, 2019 9:28:35 PM
[240242]: [JSC] Lazily initialize JSModuleLoader ...
[JSC] Lazily initialize JSModuleLoader https://bugs.webkit.org/show_bug.cgi?id=193646 Reviewed by Keith Miller and Saam Barati. Lazily initialize JSModuleLoader so that we do not need to initialize it until we need modules. * runtime/JS ...
By yusukesuzuki@slowstart.org — Jan 21, 2019 2:01:16 PM
[240241]: [JSC] sub op with 0 should be optimized ...
[JSC] sub op with 0 should be optimized https://bugs.webkit.org/show_bug.cgi?id=190751 Reviewed by Mark Lam. LLInt sometimes emit `subp 0, %rxx`. For example, `maxFrameExtentForSlowPathCall` is 0 in X86_64, ARM64, and ARM64E. So `subp ma ...
By yusukesuzuki@slowstart.org — Jan 21, 2019 12:50:59 PM
[240228]: [JSC] Reduce size of SourceProvider ...
[JSC] Reduce size of SourceProvider https://bugs.webkit.org/show_bug.cgi?id=193544 Reviewed by Saam Barati. This patch attempts to reduce the dirty memory footprint by the following 3 optimizations. 1. Reordering the members of SourcePr ...
By yusukesuzuki@slowstart.org — Jan 20, 2019 9:49:37 PM
[240217]: Unreviewed, add my new email address * ...
Unreviewed, add my new email address * Scripts/webkitpy/common/config/contributors.json:
By yusukesuzuki@slowstart.org — Jan 20, 2019 1:15:42 PM
[240216]: [JSC] Shrink data structure size in JSC/heap ...
[JSC] Shrink data structure size in JSC/heap https://bugs.webkit.org/show_bug.cgi?id=193612 Reviewed by Saam Barati. This patch reduces the size of data structures in JSC/heap. Basically, we reorder the members to remove paddings. For S ...
By yusukesuzuki@slowstart.org — Jan 20, 2019 12:39:33 PM
[240204]: [JSC] Reorder JSSegmentedVariableObject member for preparation of ...
[JSC] Reorder JSSegmentedVariableObject member for preparation of JSGlobalObject memory reduction https://bugs.webkit.org/show_bug.cgi?id=193609 Reviewed by Sam Weinig. Basically, we should order the members in large => small order not t ...
By yusukesuzuki@slowstart.org — Jan 19, 2019 3:15:15 PM
[240113]: [JSC] Add generateHeapSnapshotForGCDebugging function to dump ...
[JSC] Add generateHeapSnapshotForGCDebugging function to dump GCDebugging data https://bugs.webkit.org/show_bug.cgi?id=193526 Reviewed by Michael Saboff. This patch adds generateHeapSnapshotForGCDebugging to JSC shell to dump heap snapsh ...
By yusukesuzuki@slowstart.org — Jan 17, 2019 9:32:38 AM
1 2 3 4 5 6 7 8 9 10 11 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple