[D-runtime] [D-Programming-Language/druntime] f19f9e: no need to GC scan the .rodata segment
GitHub
noreply at github.com
Sat Feb 8 18:48:17 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: f19f9e65c8b0659216d771f873df4acae409ce95
https://github.com/D-Programming-Language/druntime/commit/f19f9e65c8b0659216d771f873df4acae409ce95
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M src/rt/sections_freebsd.d
Log Message:
-----------
no need to GC scan the .rodata segment
- Also _deh_end will have to live in .data for PIC code
(Bugzilla 11171), so it can't be used as end of .rodata.
Commit: bd5464107f745d1317f1bcfb4d145f88d021f86d
https://github.com/D-Programming-Language/druntime/commit/bd5464107f745d1317f1bcfb4d145f88d021f86d
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M src/rt/sections_freebsd.d
Log Message:
-----------
Merge pull request #715 from MartinNowak/dontScanRODATAonFBSD
[dll] FreeBSD must not GC scan .rodata
Compare: https://github.com/D-Programming-Language/druntime/compare/20c67d0e4f0a...bd5464107f74
More information about the D-runtime
mailing list