[Webkit-unassigned] [Bug 98893] Replace (typeof(x) != <>) with !(typeof(x) == <>)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 03:27:05 PST 2012


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





--- Comment #15 from Valery Ignatyev <valery.ignatyev at ispras.ru>  2012-11-15 03:28:54 PST ---
Generally, this patch is only the first part of 'typeof' support in DFG, which I'am trying to implement in the bug https://bugs.webkit.org/show_bug.cgi?id=98898 , but still have no final success. 
I have separated this part not only by sense, but to familiarize with your patch contributing procedures.                    

We are working on performance improvement of customer's set of tests and this patch allows to use DFG on several functions. It gives 40% speedup on that tests. I can provide only reduced examples if it's necessary.

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