<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [JSC] Recover parser performance regression by async support"
href="https://bugs.webkit.org/show_bug.cgi?id=158228#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [JSC] Recover parser performance regression by async support"
href="https://bugs.webkit.org/show_bug.cgi?id=158228">bug 158228</a>
from <span class="vcard"><a class="email" href="mailto:utatane.tea@gmail.com" title="Yusuke Suzuki <utatane.tea@gmail.com>"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
<pre>clang also compiles our patch as expected!
The same parseInner case,
oneOfSourceParseModes<SourceParseMode::GeneratorBodyMode>(parseMode) || isAsyncFunctionBodyParseMode(parseMode)
597b: 66 f7 c3 82 01 test $0x182,%bx
5980: 74 0a je 598c <JSC::Parser<JSC::Lexer<unsigned char> >::parseInner(JSC::Identifier const&, JSC::SourceParseMode)+0x1bc></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>