[phobos] [D-Programming-Language/phobos] 5cecc7: smaller executables

GitHub noreply at github.com
Thu Oct 17 01:05:08 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 5cecc7622d1079dca1f2c4e0dac7f5477a8d675b
      https://github.com/D-Programming-Language/phobos/commit/5cecc7622d1079dca1f2c4e0dac7f5477a8d675b
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M std/internal/unicode_tables.d
    M std/uni.d

  Log Message:
  -----------
  smaller executables

- Move all tables into functions or structs so that
  dmd's multilib will put them into separate archive
  objects. This allows the linker to only pick the
  tables that are actually used.


  Commit: f4e3435e1f2fc6b7cae6ca5bce4bdee66622dd13
      https://github.com/D-Programming-Language/phobos/commit/f4e3435e1f2fc6b7cae6ca5bce4bdee66622dd13
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M std/internal/unicode_tables.d
    M std/uni.d

  Log Message:
  -----------
  Merge pull request #1647 from dawgfoto/fixLinkSize

smaller executables


Compare: https://github.com/D-Programming-Language/phobos/compare/d122aa0cb036...f4e3435e1f2f


More information about the phobos mailing list