This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, updated] Make emulated TLS lto-friendly.


Test #5, delta from #4.

Moving the generation of the constructor function from the end of
compilation into the IPA pass, while simplifying things generally,
revealed to latent bugs:

(1) The cdtor generator function failed to zero out all the state.
(2) Cgraph failed to run all of the required passes on the new function.


r~

Attachment: emutls-5
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]