[dmd-internals] [D-Programming-Language/dmd] 8bf438: do not generate __fieldPostBlit if this(this) anno...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Oct 20 22:51:13 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8bf438dcf70a1ec8f8e80a38e9394d01f2c1ee07
https://github.com/D-Programming-Language/dmd/commit/8bf438dcf70a1ec8f8e80a38e9394d01f2c1ee07
Author: Igor Stepanov <wazar at localhost.localdomain>
Date: 2014-10-18 (Sat, 18 Oct 2014)
Changed paths:
M src/clone.c
A test/compilable/testpostblit.d
Log Message:
-----------
do not generate __fieldPostBlit if this(this) annotated with @disable
Commit: 540a049a31b4e5b1330298030b7312998ec17ea9
https://github.com/D-Programming-Language/dmd/commit/540a049a31b4e5b1330298030b7312998ec17ea9
Author: Igor Stepanov <wazar at localhost.localdomain>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M src/clone.c
Log Message:
-----------
@disable __fieldPostBlit if any of postblits[] are disabled.
Commit: fdb99aa4fa43bd3f84130634947f2693e106cb4c
https://github.com/D-Programming-Language/dmd/commit/fdb99aa4fa43bd3f84130634947f2693e106cb4c
Author: Walter Bright <walter at walterbright.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M src/clone.c
A test/compilable/testpostblit.d
Log Message:
-----------
Merge pull request #4073 from IgorStepanov/disiabled-field-postblit
do not generate __fieldPostBlit if this(this) annotated with @disable
Compare: https://github.com/D-Programming-Language/dmd/compare/fcc5d5013745...fdb99aa4fa43
More information about the dmd-internals
mailing list