Visual C++.NET Standard with the optimizing toolkit compiler?
Date: Wed, 21 Apr 2004 03:07:24 +0200
I recently purchased VisualC++.NET Standard edition(without an optimizing
compiler) and now read about the optimizing c++ compiler being available
for free, so i kinda feel disappointed.
now my question is, will there be a update for the Standard edition that
adds optimizing functionality or am i forced to sit around and fiddle
together my own makefiles to use the optimizing compiler thru the toolkit?
/ Jonas Lund
Relevant Pages
- Re: pointer one past malloc.ed memory
... Specifically, the compiler transforms: ... When not optimizing, the compiler ... to make this work (in Standard C). ... the system as a whole can still conform. ... (comp.lang.c) - Re: "Sorting" assignment
... too slow, other times for optimizing too much, some times for being too ... That is a rather bizarre, not-quite-C compiler, but ok. ... The overlap issue is a different problem, but performing a "swap" on ... CPU hardware feature differences that can be incredibly important to ... (comp.programming) - Re: I wasnt expected that !
... > Standard version of the software. ... But Borland compiler never behaved so badly ... You guys are lucky to have optimizing version of the compiler ... I wouldn't expect the casual programmer to ... (microsoft.public.dotnet.languages.vc) - Re: Why INFINITE loop in a thread occupy so much CPU time??
... measuring code quality or program efficiency. ... You stated the K&R compiler did the silly thing of testing ... In debug mode, nothing, repeat nothing, matters. ... my Ph.D. is in optimizing compiler technology. ... (microsoft.public.vc.mfc) - Re: Compiler code optimization: see code below
... >>I'm writing some C to be used in an embedded environment and the code ... I'm using GCC for the workstation and Diab compiler for the ... >>sure what exactly a good optimizing compiler can optimize away. ... > Neither optimization nor efficiency is defined by the C standard. ... (comp.lang.c) |
|