Branch: refs/heads/cyg-desparse-gh888
  Home:   https://github.com/parrot/parrot
  Commit: aee8fdcb649a25c8603cf5b9cca4c9a3df9ea8a9
      
https://github.com/parrot/parrot/commit/aee8fdcb649a25c8603cf5b9cca4c9a3df9ea8a9
  Author: Reini Urban <[email protected]>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M config/gen/makefiles/root.in
    A tools/dev/cyg-desparse

  Log Message:
  -----------
  [GH #888] Add a cyg-desparse post-linker step

The cygwin linker up until 1.17.18 creates all its exes and shared libs
as sparse files, which reduces startup time of executables by a large percentage
(8-10x slower) because the code cannot be mmap'ed and not cached, it must be 
read
byte by byte. Again and again.

See http://cygwin.com/ml/cygwin-developers/2012-12/msg00011.html


  Commit: 6e63a19b1e14718c1d14df189e01f097b0e97fe3
      
https://github.com/parrot/parrot/commit/6e63a19b1e14718c1d14df189e01f097b0e97fe3
  Author: Reini Urban <[email protected]>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M src/dynoplibs/Rules.in
    M src/dynpmc/Rules.in

  Log Message:
  -----------
  [GH #888] More dll cyg-desparse post-linker steps


Compare: https://github.com/parrot/parrot/compare/a88a1372d15a...6e63a19b1e14
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to