Bug 94205 - The relationship between abstract values and structure transition watchpoints should be rationalized
Summary: The relationship between abstract values and structure transition watchpoints...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on: 94201 94408 94412
Blocks: 91933
  Show dependency treegraph
 
Reported: 2012-08-16 01:18 PDT by Filip Pizlo
Modified: 2012-08-19 23:14 PDT (History)
7 users (show)

See Also:


Attachments
work in progress (52.05 KB, patch)
2012-08-16 01:22 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
almost there (54.27 KB, patch)
2012-08-16 19:09 PDT, Filip Pizlo
webkit-ews: commit-queue-
Details | Formatted Diff | Diff
the patch (59.86 KB, patch)
2012-08-17 00:31 PDT, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-08-16 01:18:03 PDT
And this rationalization should be used to enable automatic conversion of structure checks into watchpoints as appropriate.
Comment 1 Filip Pizlo 2012-08-16 01:22:03 PDT
Created attachment 158746 [details]
work in progress
Comment 2 Filip Pizlo 2012-08-16 19:09:18 PDT
Created attachment 158976 [details]
almost there

It looks like it's working but I still need to do more perf tests.
Comment 3 Early Warning System Bot 2012-08-16 19:59:15 PDT
Comment on attachment 158976 [details]
almost there

Attachment 158976 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/13511820
Comment 4 Early Warning System Bot 2012-08-16 20:31:01 PDT
Comment on attachment 158976 [details]
almost there

Attachment 158976 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/13520265
Comment 5 Filip Pizlo 2012-08-16 22:28:05 PDT
(In reply to comment #4)
> (From update of attachment 158976 [details])
> Attachment 158976 [details] did not pass qt-wk2-ews (qt):
> Output: http://queues.webkit.org/results/13520265

Looks like I still have to make 32-bit changes.  Will do so soon; first I want to test that the 64-bit part is at least perf-neutral.
Comment 6 Filip Pizlo 2012-08-17 00:31:19 PDT
Created attachment 159026 [details]
the patch
Comment 7 WebKit Review Bot 2012-08-17 00:35:46 PDT
Attachment 159026 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/dfg/DFGAbstractValue.h:247:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Geoffrey Garen 2012-08-17 15:22:23 PDT
Comment on attachment 159026 [details]
the patch

r=me
Comment 9 Filip Pizlo 2012-08-19 23:14:22 PDT
Landed in http://trac.webkit.org/changeset/125999