Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 362f05f03ed1f5569802f295a32dc204c8bec974
      
https://github.com/WebKit/WebKit/commit/362f05f03ed1f5569802f295a32dc204c8bec974
  Author: Yusuke Suzuki <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to