Slashdot Mirror


User: c-w-k

c-w-k's activity in the archive.

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

Comments · 2

  1. A more technical article is available at... on Intrinsity Claims 2.2 Ghz Chip · · Score: 4, Informative
  2. Re:What an incremental linker does on Answers from Loki President Scott Draeker · · Score: 1

    There was an article in DDJ a few months ago on "pseudo C++ incremental linking". Basically instead of using static libraries, a programmer can use shared objects (assuming it's supported by the platform). These .so's are linked at run-time. While there is a startup time penalty and possibly a runtime performance hit, it's nice to be able to make small changes to a project and not pay the full price of relinking.