Re: Guidelines on declarations for speed?




Glenn.Ehrlich@xxxxxxxxxxxxx wrote:
jmckitrick wrote:
Is there a general guide on how to fix all the little nits that pop up
when you put

(declare (optimize speed))

in your code?

Read this post and its surrounding thread:

http://groups.google.com/group/comp.lang.lisp/msg/f18c4d2add6ea9eb?hl=en&;

It contains pointers to some papers you should read.

Glenn

Very interesting. I was about to post questions in the same area, but
they are solved by the article about the fannkuch algorithm. I deal
mostly with integer stuff, not floating points.

Regards,

Jurgen

.



Relevant Pages

  • Re: Guidelines on declarations for speed?
    ... (declare (optimize speed)) ... Read this post and its surrounding thread: ... It contains pointers to some papers you should read. ...
    (comp.lang.lisp)
  • Re: memory leak help!
    ... I don't have any pointers in my program ... at all...you have to declare them as type POINTER, ... the function similarity is called from within a loop of the main ... array to be sorted ...
    (comp.lang.fortran)
  • [PATCH 2/2] 9p: Update documentation to add fscache related bits
    ... This patch also updates the pointers ... Other applications are described in the following papers: ... A Linux version of the 9p server is now maintained under the npfs project ... +and the Wiki. ...
    (Linux-Kernel)
  • p/invoke, __clrcall, Run-Time Check Failure #0
    ... My code uses several pointers to unmanaged functions via dllimport. ... For some reason, though I didn't change the calling convention, when I ... declare the pointers, the compiler insists on viewing the dllimported ...
    (microsoft.public.vc.language)
  • Re: IAR C-compiler for AVR: Array of pointers to strings in flash
    ... >> I want to declare an array with pointers to constant text. ... The reason is that writing a memory attribute first on the line ... and generic pointers cannot point to flash memory. ...
    (comp.arch.embedded)