Changeset 252162 in webkit


Ignore:
Timestamp:
Nov 6, 2019 5:22:44 PM (4 years ago)
Author:
Tadeu Zagallo
Message:

[WebAssembly] BBQPlan should retain Wasm::CodeBlock when compiling a single function
https://bugs.webkit.org/show_bug.cgi?id=203924

Reviewed by Filip Pizlo.

  • wasm/WasmBBQPlan.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r252160 r252162  
     12019-11-06  Tadeu Zagallo  <tzagallo@apple.com>
     2
     3        [WebAssembly] BBQPlan should retain Wasm::CodeBlock when compiling a single function
     4        https://bugs.webkit.org/show_bug.cgi?id=203924
     5
     6        Reviewed by Filip Pizlo.
     7
     8        * wasm/WasmBBQPlan.h:
     9
    1102019-11-06  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/JavaScriptCore/wasm/WasmBBQPlan.h

    r251886 r252162  
    7171    Vector<std::unique_ptr<TierUpCount>> m_tierUpCounts;
    7272
    73     CodeBlock* m_codeBlock { nullptr };
     73    RefPtr<CodeBlock> m_codeBlock { nullptr };
    7474    uint32_t m_functionIndex;
    7575};
Note: See TracChangeset for help on using the changeset viewer.