February 10, 2016 [D-runtime] [D-Programming-Language/druntime] 725ede: Remove pragma(inline, true) in runLocked function ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 725ede3e6577b4e77785c9264afd18292ff05997 https://github.com/D-Programming-Language/druntime/commit/725ede3e6577b4e77785c9264afd18292ff05997 Author: k-hara <k.hara.pg@gmail.com> Date: 2016-02-08 (Mon, 08 Feb 2016) Changed paths: M src/gc/gc.d Log Message: ----------- Remove pragma(inline, true) in runLocked function template. druntime is compiled with -inline by default, so it's needlessly limited by the compiler's inlining capability. Removing it would have no problem. Commit: 88d4b6e5cbdab8496294c22a5793af0f059e3314 https://github.com/D-Programming-Language/druntime/commit/88d4b6e5cbdab8496294c22a5793af0f059e3314 Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2016-02-10 (Wed, 10 Feb 2016) Changed paths: M src/gc/gc.d Log Message: ----------- Merge pull request #1496 from 9rnsr/remove_pragmainline Remove pragma(inline, true) in runLocked function template. Compare: https://github.com/D-Programming-Language/druntime/compare/af2fa26b1434...88d4b6e5cbda |
Copyright © 1999-2021 by the D Language Foundation