[Webkit-unassigned] [Bug 123615] [Win] Enable DFG JIT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 9 11:24:30 PDT 2014


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





--- Comment #37 from peavo at outlook.com  2014-07-09 11:24:45 PST ---
(In reply to comment #35)
> (In reply to comment #34)
> > > Is there a way to make the parameters be in the right place without shifting them?
> > > 
> > 
> > Good point, I believe that would require us to add a new method similar to
> > 
> > setupArgumentsWithExecState(TrustedImm32(op));
> > 
> > which skips using the first parameter register (which is needed for the stack pointer to the return value).
> > 
> > Maybe that is the best way to go?
> Maybe.  Try it.  I'm not familiar enough with this code to say for sure, but I don't think shifting 3 parameter registers around is the best solution.

Added a method to setup the arguments which skips the first parameter register, in order to make room for the stack pointer to the return value.

-- 
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