[Webkit-unassigned] [Bug 134616] Add more coverage for the profile_types_with_high_fidelity op code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 3 17:55:02 PDT 2014


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


Saam Barati <sbarati at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #234384|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Saam Barati <sbarati at apple.com>  2014-07-03 17:55:20 PST ---
Created an attachment (id=234384)
 --> (https://bugs.webkit.org/attachment.cgi?id=234384&action=review)
patch

More operations are now being recorded by the profile_types_with_high_fidelity 
opcode. Specifically: function parameters, function return values,
function 'this' value, get_by_id, get_by_value, resolve nodes, function return 
values at the call site. Added more flags to the profile_types_with_high_fidelity
opcode so more focused tasks can take place when the instruction is
being linked in CodeBlock. Re-worked the type profiler to search 
through character offset ranges when asked for the type of an expression
at a given offset. Removed redundant calls to Structure::toStructureShape
in HighFidelityLog and TypeSet by caching calls based on StructureID.

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