[webkit-changes] [WebKit/WebKit] 362f05: [JSC] Shrink sizeof(StreamingPlan)

Yusuke Suzuki noreply at github.com
Tue Mar 7 14:30:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 362f05f03ed1f5569802f295a32dc204c8bec974
      https://github.com/WebKit/WebKit/commit/362f05f03ed1f5569802f295a32dc204c8bec974
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmPlan.h
    M Source/JavaScriptCore/wasm/WasmStreamingPlan.h

  Log Message:
  -----------
  [JSC] Shrink sizeof(StreamingPlan)
https://bugs.webkit.org/show_bug.cgi?id=253494
rdar://106350760

Reviewed by Tadeu Zagallo.

Shrink a bit since this is super frequently allocated class when streaming compiling wasm code (so mainly for performance).
It gets 80 from 88.

* Source/JavaScriptCore/wasm/WasmPlan.h:
* Source/JavaScriptCore/wasm/WasmStreamingPlan.h:

Canonical link: https://commits.webkit.org/261344@main




More information about the webkit-changes mailing list