[Webkit-unassigned] [Bug 88271] initial rendering microbenchmark

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 12:49:16 PDT 2012


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





--- Comment #18 from Daniel Murphy <dmurph at chromium.org>  2012-06-26 12:49:11 PST ---
(In reply to comment #17)
> I think you're overthinking the stateless thing. I think that the functions should do what they say they're going to do regardless of what was called on them in the past. So, for example, it is good that layout NOT be on the interface and that it internally do layout for you. Anyway, I'm not clear how you "impose a stateless constraint"?
> 
> Wrt deque, you could also write a recursive function. :)

By stateless I meant there wouldn't be conflicts if two people were using the same controller.  I think it's better overall that the controller be stateless.  So, WebView owning it is cool.

I might use recursion if it makes the code simpler

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