Mail Archives: djgpp/1998/10/08/19:21:36
On 30 Sep 1998, David A. Scott wrote:
> This might be done to set flags. Also no
> C compiler can come close to what any average program
> can do if he takes his time. Since the programer is really
> using addtional information that the complier can never
> really know. And that is true of any high level language.
A rule of thumb is that rewriting in assembly will never yield more than
about twofold speedup, many times even less than that. So if you need to
seed up the program more than that, don't try assembly; change the
algorithms.
- Raw text -