<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebAssembly -&gt; JS: don't do a double entry"
   href="https://bugs.webkit.org/show_bug.cgi?id=166486#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebAssembly -&gt; JS: don't do a double entry"
   href="https://bugs.webkit.org/show_bug.cgi?id=166486">bug 166486</a>
              from <span class="vcard"><a class="email" href="mailto:jfbastien&#64;apple.com" title="JF Bastien &lt;jfbastien&#64;apple.com&gt;"> <span class="fn">JF Bastien</span></a>
</span></b>
        <pre>We should also consider optimizing as discussed here:

<span class="quote">&gt; &gt; &gt; &gt; Source/JavaScriptCore/wasm/js/WebAssemblyInstanceConstructor.cpp:90
&gt; &gt; &gt; &gt; +        // Always start with a dummy Memory, so that wasm -&gt; wasm thunks avoid checking for a nullptr Memory when trying to set pinned registers.
&gt; &gt; &gt; &gt; +        Wasm::Memory memory;
&gt; &gt; &gt; &gt; +        instance-&gt;setMemory(vm, JSWebAssemblyMemory::create(vm, exec-&gt;lexicalGlobalObject()-&gt;WebAssemblyMemoryStructure(), WTFMove(memory)));
&gt; &gt; &gt; 
&gt; &gt; &gt; This makes me wonder if we're better off just having the callee instead of
&gt; &gt; &gt; caller generate a wasm-&gt;wasm call thunk. Maybe we should do that in a later
&gt; &gt; &gt; patch, or at least have a bug open to consider it.
&gt; &gt; 
&gt; &gt; Yeah I guess we could have an off-to-the-side entrypeint from &quot;other wasm&quot;,
&gt; &gt; in addition to the regular &quot;entry from this wasm instance&quot;, for all of the
&gt; &gt; exported functions. We'd need to also change the callee codegen, but then we
&gt; &gt; wouldn't need to tail (or rather, we'd inline that tail).
&gt; &gt; 
&gt; &gt; That could be more efficient.
&gt; Yeah, let's open a bug and deal with it later.</span ></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>