This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is there any possibility to parallel compilation in a single file?
- From: "Gengyulei (Gengyl)" <gengyulei at huawei dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Tue, 29 Jul 2014 08:07:37 +0000
- Subject: Is there any possibility to parallel compilation in a single file?
- Authentication-results: sourceware.org; auth=none
Hi:
Is there any possibility to parallel the compilation in a single file scope? For large application the compilation time is long, although we
can parallel the process at the level of files, we still try to find a way to accelerate the compilation in a single file. Can we change some serial process into
Parallel? Could you give me some advices? Thank you very much.
Best regards.
Geng.