WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134616
profile_types
Add more coverage for the profile_types_with_high_fidelity op code
https://bugs.webkit.org/show_bug.cgi?id=134616
Summary
Add more coverage for the profile_types_with_high_fidelity op code
Saam Barati
Reported
2014-07-03 16:14:29 PDT
For more types to be profiled, we need better coverage.
Attachments
patch
(80.01 KB, patch)
2014-07-03 17:55 PDT
,
Saam Barati
fpizlo
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Saam Barati
Comment 1
2014-07-03 17:55:20 PDT
Created
attachment 234384
[details]
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.
Filip Pizlo
Comment 2
2014-07-06 20:41:38 PDT
Comment on
attachment 234384
[details]
patch I will land it.
Filip Pizlo
Comment 3
2014-07-06 21:49:42 PDT
Landed in
http://trac.webkit.org/changeset/170836
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug