<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Parser of arrow function with execution as common function"
   href="https://bugs.webkit.org/show_bug.cgi?id=144955#c53">Comment # 53</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Parser of arrow function with execution as common function"
   href="https://bugs.webkit.org/show_bug.cgi?id=144955">bug 144955</a>
              from <span class="vcard"><a class="email" href="mailto:gskachkov&#64;gmail.com" title="GSkachkov &lt;gskachkov&#64;gmail.com&gt;"> <span class="fn">GSkachkov</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144955#c47">comment #47</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=254239&amp;action=diff" name="attach_254239" title="Patch">attachment 254239</a> <a href="attachment.cgi?id=254239&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=254239&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=254239&amp;action=review</a>
&gt; 
&gt; I can review (partially) this if it's limited to parser's change. In
&gt; profiler part, I think I'm not a right reviewer.
&gt; 
&gt; &gt; Source/JavaScriptCore/parser/Parser.cpp:2023
&gt; &gt; +    bool doParseConditionalExpression = false;
&gt; 
&gt; I think `shouldParseConditionalExpression` is better.
&gt; 
&gt; &gt; Source/JavaScriptCore/parser/Parser.cpp:2027
&gt; &gt; +    doParseConditionalExpression = !isArrowFunctionEmptyParamterList();
&gt; 
&gt; In isArrowFunctionEmptyPararmeterList, we create SavePoint. So I think the
&gt; above `createSavevPoint` and SavePoint are duplicate.
&gt; Could you change to the implementation that
&gt; `isArrowFunctionEmptyParamterList` always restore the state?
&gt; With that implementation, the above SavePoint is not necessary.</span >

I've fixed last comments. What do you think, who can help with profiler part?</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>