- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm in the final stages of testing a code, and I found typos in a couple of the error messages. Can I just do a recompile with PGO using the old profiles, or do I need to regenerate the profile data?
Thanks,
Thanks,
Greg
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you just changed the text of a character string, you won't need to redo the profiles. But if you change the logic of the program, you would.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you just changed the text of a character string, you won't need to redo the profiles. But if you change the logic of the program, you would.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great, thanks. If logic were changed, would the compiler be smart enough to detect a mismatch? If not, could it potentially cause problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It might, if the number of "basic blocks" of code paths changed. If it didn't, the results could mislead the compiler into making optimization choices it shouldn't.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page