[dmd-internals] [D-Programming-Language/dmd] 1962c8: Cache mangle string created from mangleExact to pr...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri May 22 07:48:30 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1962c80ea8f90d6ed69ca93c6ffa40e5aa43626f
https://github.com/D-Programming-Language/dmd/commit/1962c80ea8f90d6ed69ca93c6ffa40e5aa43626f
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-05-20 (Wed, 20 May 2015)
Changed paths:
M src/declaration.h
M src/func.c
M src/mangle.c
Log Message:
-----------
Cache mangle string created from mangleExact to prevent multiple calls to C++/D mangle visitors
Commit: e2106cb61782de1d1c90d7f4ba1038e300164571
https://github.com/D-Programming-Language/dmd/commit/e2106cb61782de1d1c90d7f4ba1038e300164571
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-05-23 (Sat, 23 May 2015)
Changed paths:
M src/declaration.h
M src/func.c
M src/mangle.c
Log Message:
-----------
Merge pull request #4669 from ibuclaw/cache_mangle
Cache mangle string created from mangleExact to prevent multiple calls to C++/D mangle visitors
Compare: https://github.com/D-Programming-Language/dmd/compare/2333e3847db8...e2106cb61782
More information about the dmd-internals
mailing list