Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2023 05:54:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 273291] www/firefox: Crashes on start after upgrading from 116.0.3_1,2 to 117.0,2
Message-ID:  <bug-273291-21738-dK9fqcoCYc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273291-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273291-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273291

--- Comment #34 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Ken DEGUCHI from comment #33)

If the problem is caused by -O0 to -O1, then the cause exists in the
optimization of -O1.
Since -O1 is a set of -ffoo, -fbar and -fhoge, if it can be identified that=
 a
problem exists in -fhoge, it can be solved by using -fno-hoge.
Additionally, the scope of the code to be changed by such optimization can =
be
limited and found.
But, while there is a list of -ffoo enabled by -O1 for gcc, there does not =
seem
to be such a list for llvm+clang.
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273291-21738-dK9fqcoCYc>