comparison dmd/mars.h @ 217:0806379a5eca trunk

[svn r233] Added: -oq command line option for writing fully qualified object names. Added: started support for x86 80bit floating point. Changed: aggregates passed by value now use the llvm 'byval' parameter attribute, also lays ground work for using other attributes. Changed: eliminated a lot more std::vectorS, these showed up pretty much at the top when profiling! Changed: performed other misc. cleanups. Changed: halt expression now call the new llvm trap intrinsic instead of an assert(0). Changed: dstress suite now passes -O0 by default, this only eliminates unreferenced globals, which speeds up linking quite a bit.
author lindquist
date Thu, 05 Jun 2008 06:38:36 +0200
parents 5acec6b2eef8
children ccc2e6898a78
comparison
equal deleted inserted replaced
216:3d022aa016ae 217:0806379a5eca
131 char *data_layout; 131 char *data_layout;
132 char disassemble; 132 char disassemble;
133 char llvmInline; 133 char llvmInline;
134 char llvmAnnotate; 134 char llvmAnnotate;
135 char *runtimePath; 135 char *runtimePath;
136 char useFP80;
137 char fqnPaths; // use fully qualified object names
136 }; 138 };
137 139
138 struct Global 140 struct Global
139 { 141 {
140 char *mars_ext; 142 char *mars_ext;