thorium-legacy
thorium-legacy copied to clipboard
Which use-cases used for your PGO-builds of Thorium for XP ?
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.
@IDA-RE-things PGO is done by downloading Chromium's PGO profiles via a script in the source.
python3 tools/update_pgo_profiles.py --target=win32 update --gs-url-base=chromium-optimization-profiles/pgo_profiles
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 = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-main-1704887810-8554f24ef259b81fc38f870c59fdeccedb00d557.profdata"
chrome_pgo_phase set to 0 turns it off (which is what Supermium is doing) Setting it to 1 is used to make a PGO profile when making a debug build Setting it to 2 uses the profile data to use additional optimizations.
I have a page on my site describing all the optimizations (including PGO), and how they work here > https://thorium.rocks/optimizations
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". And this is what I have with old Opera 12.x, which has ability to disable styles on the page: Only here I can read this.
@Alex313031 , so, can you change the page style to be readable ? )) Or as option , add another "Light" version of that page ?, available by click.