[D-runtime] [D-Programming-Language/druntime] 94b996: checkedint functions force inline

GitHub via D-runtime d-runtime at puremagic.com
Tue Jun 30 13:24:47 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 94b996f59900742abb976628cb0b75e7908a3add
      https://github.com/D-Programming-Language/druntime/commit/94b996f59900742abb976628cb0b75e7908a3add
  Author: Robert burner Schadek <rburners at gmail.com>
  Date:   2015-06-29 (Mon, 29 Jun 2015)

  Changed paths:
    M src/core/checkedint.d

  Log Message:
  -----------
  checkedint functions force inline

* thanks to dip56 we have forced inlining
* for https://github.com/D-Programming-Language/phobos/pull/3389 dmd,ldc,gdc
* failed to inline functions of checkedint this should fix it


  Commit: df0fd00ac1b8e50e64138eb4d0ce7a904139f5a6
      https://github.com/D-Programming-Language/druntime/commit/df0fd00ac1b8e50e64138eb4d0ce7a904139f5a6
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-06-30 (Tue, 30 Jun 2015)

  Changed paths:
    M src/core/checkedint.d

  Log Message:
  -----------
  Merge pull request #1308 from burner/checkedint_inline

checkedint functions force inline


Compare: https://github.com/D-Programming-Language/druntime/compare/4498ee3d8719...df0fd00ac1b8


More information about the D-runtime mailing list