[dmd-internals] [D-Programming-Language/dmd] bb1f78: remove static allocation of Symbol
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Aug 27 17:11:39 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: bb1f78713695aab38964d427aaceda544c104732
https://github.com/D-Programming-Language/dmd/commit/bb1f78713695aab38964d427aaceda544c104732
Author: Walter Bright <walter at walterbright.com>
Date: 2015-08-27 (Thu, 27 Aug 2015)
Changed paths:
M src/backend/nteh.c
M src/backend/rtlsym.c
M src/backend/rtlsym.h
Log Message:
-----------
remove static allocation of Symbol
Commit: 9c7d9e473eef93b973cdccc9fe6a8d9cc8e0ef9e
https://github.com/D-Programming-Language/dmd/commit/9c7d9e473eef93b973cdccc9fe6a8d9cc8e0ef9e
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-08-28 (Fri, 28 Aug 2015)
Changed paths:
M src/backend/nteh.c
M src/backend/rtlsym.c
M src/backend/rtlsym.h
Log Message:
-----------
Merge pull request #4966 from WalterBright/rmstaticsym
refactor: remove static allocations of Symbol in backend/rtlsym.c
Compare: https://github.com/D-Programming-Language/dmd/compare/3b76b8c5c502...9c7d9e473eef
More information about the dmd-internals
mailing list