Hallo,
On 10/27/09, Marc Feeley feeley@iro.umontreal.ca wrote:
When in doubt, use the -expansion option to gsc to see what is inlined. If you are in serious doubt, use the -gvm option to view the GVM code produced (.gvm file). If you can't believe what is happening, use the -keep-c option to get the .c file and see if it is calling the ___U8VECTORREF C macro. If the execution of the program contradicts the laws of physics, send email to Brad Lucier.
I am using these declarations:
(declare (safe) (block) (fixnum) (inline-primitives) (standard-bindings) (extended-bindings) (not run-time-bindings))
But I cannot find U32VECTORREF in the code. I see calls to S16VECTORREF, though, so probably the former macro has a different name?
Cheers,