Re: Guidelines on declarations for speed?
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
.
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: Code review requested
... Certainly if the intention was to declare 3 pointers, ... No serious style guide would ever allow "int *a, b, c;" as acceptable code. ... If you really want to declare more than one pointer on the same line, use a typedef so that you are declaring multiple items of the same ... And I cannot imagine any sane code for which mixing types and pointers on the same line is justifiable. ... (comp.lang.c) |
|