<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GLIB] Implement garbage collector timers"
   href="https://bugs.webkit.org/show_bug.cgi?id=151391#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GLIB] Implement garbage collector timers"
   href="https://bugs.webkit.org/show_bug.cgi?id=151391">bug 151391</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=151391#c2">comment #2</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=265749&amp;action=diff" name="attach_265749" title="Patch">attachment 265749</a> <a href="attachment.cgi?id=265749&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=265749&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=265749&amp;action=review</a>
&gt; 
&gt; Great work! I noticed this was missing yesterday too, so I'm very happy that
&gt; you fixed it. I just have a couple quick questions before I feel comfortable
&gt; giving an r+...
&gt; 
&gt; &gt; Source/JavaScriptCore/heap/EdenGCActivityCallback.cpp:33
&gt; &gt; -#if USE(CF) || PLATFORM(EFL)
&gt; &gt; +#if USE(CF) || USE(GLIB)
&gt; 
&gt; Is USE(GLIB) also true for EFL? I wonder if it wouldn't be better to be more
&gt; explicit here for the sake of code readability and leave this as:</span >

Yes, it's true.

<span class="quote">&gt; #if USE(CF) || PLATFORM(EFL) || USE(GLIB)</span >

Looks redundant to me, the fewer || the better IMO.

<span class="quote">&gt; &gt; Source/JavaScriptCore/heap/HeapTimer.cpp:155
&gt; &gt; +        if (g_source_get_ready_time(source) == -1)
&gt; &gt; +            return G_SOURCE_CONTINUE;
&gt; 
&gt; In what circumstances can this happen?</span >

If the timer is cancelled in a different thread right before being dispatched by the main context.</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>