Slashdot Mirror


User: vhex

vhex's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Major Features Dropped From GCC 4.0 on GCC 4.0 Preview · · Score: 1
    Compiler Server. Rather than invoking GCC for each TU you would run the GCC-Server once for the whole app and then feed it the TU's. This would make the compile process much faster and allow for whole program optimization.
    Could you please explain in two words why would that make the process much faster, and how would that differ from translating all units with a single command?