[Webkit-unassigned] [Bug 94779] To reduce cost of converting type during modulo for integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 18:33:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94779





--- Comment #3 from hojong.han at samsung.com  2012-08-23 18:33:51 PST ---
Thanks Geoffrey

(In reply to comment #2)
> (From update of attachment 160089 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=160089&action=review
> 
> > Source/JavaScriptCore/dfg/DFGOperations.h:183
> >  double DFG_OPERATION operationFModOnInts(int32_t, int32_t) WTF_INTERNAL;
> 
> You should remove this function, since you're replacing it.
> 
> > Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:2545
> > +    speculationCheck(Overflow, JSValueRegs(), NoNode, checkZero);
> 
> Did you verify what happens in the recovery path when this speculation fails?
Could let me know more specific what "this speculation fails" means?
Do you intend to mention about speculationCheck() itself or checking speculation of the divisor?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list