March 25, 2014 [D-runtime] [D-Programming-Language/druntime] ad8eed: because calling toString() is impure, can allocate... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: ad8eedf4ab7366fae49fc6d9ebcdeb19ff2a427b https://github.com/D-Programming-Language/druntime/commit/ad8eedf4ab7366fae49fc6d9ebcdeb19ff2a427b Author: Walter Bright <walter@walterbright.com> Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M src/core/stdc/stdarg.d M src/object_.d M src/rt/typeinfo/ti_double.d M src/rt/typeinfo/ti_float.d Log Message: ----------- because calling toString() is impure, can allocate memory and throw Commit: 283f1e3d53b8431acfbb37d15bc7af6e9e53ade6 https://github.com/D-Programming-Language/druntime/commit/283f1e3d53b8431acfbb37d15bc7af6e9e53ade6 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M src/core/stdc/stdarg.d M src/object_.d M src/rt/typeinfo/ti_double.d M src/rt/typeinfo/ti_float.d Log Message: ----------- Merge pull request #756 from WalterBright/xmmflag because calling toString() in stdarg is slow, impure, can allocate memory and throw Compare: https://github.com/D-Programming-Language/druntime/compare/798918371c96...283f1e3d53b8 |
Copyright © 1999-2021 by the D Language Foundation