Bug 86725 - [perf-test] Add a micro benchmark for div.firstChild getter for an undefined firstChild
Summary: [perf-test] Add a micro benchmark for div.firstChild getter for an undefined ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 86581
  Show dependency treegraph
 
Reported: 2012-05-17 06:20 PDT by Kentaro Hara
Modified: 2012-05-17 15:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.90 KB, patch)
2012-05-17 06:27 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff
Patch (2.91 KB, patch)
2012-05-17 06:29 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-05-17 06:20:44 PDT
We are going to remove Bindings/dom-attributes.html and instead add more reasonable micro benchmarks by classifying DOM binding call paths.

In this bug, we add a micro benchmark for div.firstChild getter for an undefined firstChild. This benchmark covers other undefined DOM attributes that return a null.
Comment 1 Kentaro Hara 2012-05-17 06:27:35 PDT
Created attachment 142462 [details]
Patch
Comment 2 Kentaro Hara 2012-05-17 06:29:23 PDT
Created attachment 142463 [details]
Patch
Comment 3 WebKit Review Bot 2012-05-17 15:04:04 PDT
Comment on attachment 142463 [details]
Patch

Clearing flags on attachment: 142463

Committed r117503: <http://trac.webkit.org/changeset/117503>
Comment 4 WebKit Review Bot 2012-05-17 15:04:09 PDT
All reviewed patches have been landed.  Closing bug.