Re: forall and do loop
Thanks guys. Ok so i don't want to manually modify my code for any
optimization? But then there are these two ways to do so...which one
should be followed. Both are correct ? right? Then how should i
determine which one i should use.... why i should give the first
preference or the latter one?
Is there a staright answer without going into compilers?
thanks for you time and responses
.
Relevant Pages
- Re: Books and other things which cost money to improve performance
... dragon book that compilers need to be conservative. ... Architecture: A Quantitative Approach" (or superior variants of those ... Gurus" and the excellent "Black Art of Macintosh Game Programming" by ... general code optimization in the face of multi-tasking. ... (comp.compilers) - Re: Duffs Device
... I'd disagree a little on the above assessment that even in C unless you were looking at a very low-level case similar to what Glen was talking about would the optimizer not likely make such improvements as were appropriate for the specific hardware platform/compiler implementation if one simply wrote the "straightahead" loop. ... If, of course, there's a lot of indirection and all inside, that could limit optimization but for the simple case don't think it would help much for most modern compilers. ... (comp.lang.fortran) - Re: a LISP raytracer
... >> of optimization hints and support some form of type inference. ... > Optimisation and type inference is a real weak point of CMUCL and SBCL ... > compared compilers for other languages, like Stalin, MLton and ocamlopt. ... >> Try to reduce garbage generation to an absolute minimum. ... (comp.graphics.rendering.raytracing) - Re: Simple example of database made forth way?
... optimizing compilers. ... In addition to the abstract structure definition it needs ... Global optimization was one. ... problem of bigger range of targets for optimization source ... (comp.lang.forth) - Re: Is there a programming language that is combination of Python and Basic?
... average programmer, who takes a moment to think it out, ... all but the best commercial compilers. ... compilers can do better than most people. ... registers and addresses, self optimization is simple. ... (comp.lang.python) |
|