[PATCH 2/2] gold: Try to open the output file in incremental build.

Mikolaj Zalewski mikolajz@google.com
Tue Sep 1 16:20:00 GMT 2009


  This patch adds the first check whether we can do an incremental
build - whether the output file exists. This is not done in a task but
in queue_initial_tasks as we can't proceed with any Read_symbols
before knowing from which files we want to read them, thus, AFAIK
there is no code to run in parallel with it.

2009-09-01  Mikolaj Zalewski  <mikolajz@google.com>

       * gold.cc (queue_initial_tasks): Call Inremental_inputs_checker methods.
       * incremental.cc
(Incremental_checker::can_incrementally_link_output_file): New method.
       * incremental.h (Incremental_checker): New class.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-gold-Try-to-open-the-output-file-in-incremental-bui.patch
Type: text/x-patch
Size: 4720 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20090901/7b0580a2/attachment.bin>


More information about the Binutils mailing list