[webkit-reviews] review granted: [Bug 203898] Add FuzzerAgent that reads predictions from a file : [Attachment 384592] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 1 22:00:18 PST 2019


Mark Lam <mark.lam at apple.com> has granted Tuomas Karkkainen
<tuomas.webkit at apple.com>'s request for review:
Bug 203898: Add FuzzerAgent that reads predictions from a file
https://bugs.webkit.org/show_bug.cgi?id=203898

Attachment 384592: proposed patch

https://bugs.webkit.org/attachment.cgi?id=384592&action=review




--- Comment #25 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 384592
  --> https://bugs.webkit.org/attachment.cgi?id=384592
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=384592&action=review

r=me

>>> Source/JavaScriptCore/runtime/VM.cpp:471
>>> +	    
setFuzzerAgent(makeUnique<PredictionFileCreatingFuzzerAgent>(*this));
>> 
>> If the user sets more than 1 fuzzer agent, only the last fuzzer agent will
take effect, and we'll silently fail to use the earlier fuzzer agents.	I think
we should not be silently failing, and commented about this in
https://bugs.webkit.org/show_bug.cgi?id=203898#c15.  Did you disagree with that
assessment?
> 
> I made that into a separate patch at
https://bugs.webkit.org/show_bug.cgi?id=204607

OK.  That works.


More information about the webkit-reviews mailing list