Difference between revisions of "PGO Related Bugs"

From CDOT Wiki
Jump to: navigation, search
(New page: == Research PGO-related bugs == On Windows, Mozilla has begun using [https://bugzilla.mozilla.org/show_bug.cgi?id=419893 profile-guided optimization] to make execution of the browser fast...)
 
(Research PGO-related bugs)
Line 1: Line 1:
== Research PGO-related bugs ==
+
== Project Name ==
  
On Windows, Mozilla has begun using [https://bugzilla.mozilla.org/show_bug.cgi?id=419893 profile-guided optimization] to make execution of the browser faster (i.e., you run your binary and see how it is likely to run, and optimize for those code paths).  Currently, there are parts of the Mozilla source code that have bugs or crash when run in PGO builds.  This project will mean trying to isolate these bugs by doing PGO builds of these components, creating test cases, debugging, and hopefully fixing things.
+
PGO Related Bugs
  
Resources: ted, sdwilsh, and others based on component.
+
== Project Description ==
 +
 
 +
Firefox crashes or experiences bugs after creating PGO builds on Windows.  The focus of this project is to determine what is causing these crashes or bugs and either patch/fix them or find solutions to allow for the optimizations without incurring the problems.
 +
 
 +
== Project Leader(s) ==
 +
 
 +
[[User:cbishop2|Chris Bishop]]
 +
 
 +
== Project Contributor(s) ==
 +
 
 +
- None so far but that will change.
 +
 
 +
NOTE: only Project Leader(s) should add names here.  You '''can’t''' add your own name to the Contributor list.
 +
 
 +
== Project Details ==
 +
 
 +
Details to come...
 +
 
 +
== Project News ==
 +
 
 +
=== Met with Ted Mielczarek ( Sept 15th, 2008 ) ===
 +
{|
 +
|   
 +
|On Tuesday after the conference was over I met with Ted and we discussed how I can get started on the PGO Project.
 +
|}
 +
 
 +
=== Created First Build ( Sept 17th, 2008 ) ===
 +
{|
 +
|   
 +
|I walked through the Mozilla documentation for how to build Firefox. I started [http://developer.mozilla.org/en/Mozilla_Source_Code_(Mercurial) here] with getting the source code and continued until I received errors.  Humph and Ted on IRC helped me sort it out and I successfully build Firefox.
 +
|}
 +
 
 +
=== Created Project Page ( Sept 18th, 2008 ) ===
 +
{|
 +
|   
 +
|I created this page for the project and added it to the list of Projects.
 +
|}

Revision as of 18:35, 18 September 2008

Project Name

PGO Related Bugs

Project Description

Firefox crashes or experiences bugs after creating PGO builds on Windows. The focus of this project is to determine what is causing these crashes or bugs and either patch/fix them or find solutions to allow for the optimizations without incurring the problems.

Project Leader(s)

Chris Bishop

Project Contributor(s)

- None so far but that will change.

NOTE: only Project Leader(s) should add names here. You can’t add your own name to the Contributor list.

Project Details

Details to come...

Project News

Met with Ted Mielczarek ( Sept 15th, 2008 )

    On Tuesday after the conference was over I met with Ted and we discussed how I can get started on the PGO Project.

Created First Build ( Sept 17th, 2008 )

    I walked through the Mozilla documentation for how to build Firefox. I started here with getting the source code and continued until I received errors. Humph and Ted on IRC helped me sort it out and I successfully build Firefox.

Created Project Page ( Sept 18th, 2008 )

    I created this page for the project and added it to the list of Projects.