-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which use-cases used for your PGO-builds of Thorium for XP ? #80
Comments
@IDA-RE-things PGO is done by downloading Chromium's PGO profiles via a script in the source.
And then setting the resulting file in the args.gn. For example, the 32 bit SSE2 XP args.gn file has this at the very bottom:
chrome_pgo_phase set to 0 turns it off (which is what Supermium is doing) I have a page on my site describing all the optimizations (including PGO), and how they work here > https://thorium.rocks/optimizations |
Ok, I have seen that page earlier. And tryed to read this. )). But can you remake the page to be readable (I mean changin style to look like doc, but not the toy for fun), Its impossible to read it without disabling the style now. Why its have done in such manner ? :)). I use black letters on white page by default. Without above "embellishment". |
@Alex313031 , so, can you change the page style to be readable ? )) |
Hello, @Alex313031 ,
Which use-cases (usage scenarios) you use for PGO-builds of Thorium for XP ? (If it is here).
Its will be useful and informaive if you describe what you are doing with browser to provide PGO info for optimization.
Or if this info already exist anywhere on you repos or site, then point me please.
The text was updated successfully, but these errors were encountered: