GoingNative 12: C++ at BUILD 2012, Inside Profile Guided Optimization | C9::GoingNative

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span>Profile Guided Optimization, or PGO, is an approach to optimization where the compiler uses profile information to make better optimization decisions for the program. Profiling is the process of gathering information of how the program is used during runtime. In a nutshell, PGO is optimizations based on user scenarios whereas static optimizations rely on the source file structure. VC++ has supported this approach to measurement-based code optimization since VC2005. In this episode of GoingNative, we are going to dig into VC++s implementation of PGO with some of the folks who make it: Program Manager Amit Mohindra and Development Lead Ten Tzen . Tune in.

Table of contents <span> http://channel9.msdn.com/Shows/C9-GoingNative/C9GoingNative-12-C-at-BUILD-2012-Inside-Profile-Guided-Optimization#time=00m00s [00:00] GoingNative();\ Charles and Ale discuss http://channel9.msdn.com/Events/Build/2012?sort=sequential&direction=desc&term=&t=cc%2B%2B&t=c%2B%2B" target="_blank C++ at BUILD 2012 and introduce Profile Guided Optimization.

http://channel9.msdn.com/Shows/C9-GoingNative/C9GoingNative-12-C-at-BUILD-2012-Inside-Profile-Guided-Optimization#time=04m09s [04:09] Charles interviews VC++ back end compiler team members Ten Tzen (lead developer) and Amit Mohindra (PM) about VC++s implementation of PGO. Whiteboarding included. This is a long interview, so make some time.

http://channel9.msdn.com/Shows/C9-GoingNative/C9GoingNative-12-C-at-BUILD-2012-Inside-Profile-Guided-Optimization#time=01h04m15s [01:04:15] ~GoingNative(); // Charles and Ale reflect on PGO, Charles answers Herb Sutters question (that Herb asked Charles during http://channel9.msdn.com/Events/Build/2012/2-005" target="_blank his BUILD 2012 C++ session (in his intro remarks). Hi Herb! We really want to hear from you , so please tweet feedback to http://twitter.com/#!/C9GoingNative" target="_blank @C9GoingNative (follow us!) and send your requests, ideas, complaints, praises, hate mail, and love letters to C9GoingNative at hotmail com . We will read and respond to all messages! Thats how we roll, brothers and sisters. If you are a Facebook user, then please join our http://www.facebook.com/#!/groups/C9GoingNative" target="_blank C9::GoingNative Facebook group . Go native! <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:09d4721244754c82bf5ba110011e3f51

View the full article
 
Back
Top