[tbb-bugs] #32053 [Applications/Tor Browser]: macOS bundles for Tor Browser 9.0a8 are not reproducible
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Nov 5 12:40:01 UTC 2019
#32053: macOS bundles for Tor Browser 9.0a8 are not reproducible
-------------------------------------------------+-------------------------
Reporter: gk | Owner: tbb-
| team
Type: defect | Status: new
Priority: Immediate | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Critical | Resolution:
Keywords: TorBrowserTeam201911, tbb-9.0-must, | Actual Points:
tbb-9.0-issues, tbb-regression, |
tbb-9.0.1-can, GeorgKoppen201911 |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by gk):
While digging into how the optimization is actually working and how Rust
is using that I realized that we might be able to play with the
optimization flags to narrow things further down if we don't find a better
approach (`librustc_codegen_llvm/brack/write.rs` has the `optimize()`
function which is a good start:
{{{
if config.opt_level.is_some() {
}}}
). There are more options that might play a role here (see:
`with_llvm_pmb()` as well).
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32053#comment:21>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list