[Openmcl-devel] Tracing CCL::%NEW-PTR
    Taoufik Dachraoui 
    taoufik.dachraoui at wanadoo.fr
       
    Fri Nov 20 15:08:06 PST 2009
    
    
  
Dear,
I am puzzled by the following and hope to find an answer; thanks in  
advance.
? (trace CCL::%NEW-PTR)
 >>>>> not traced
? (LET* ((XSETATTRIBUTES (CCL::%NEW-PTR 60 nil)))
      XSETATTRIBUTES)
#<A Foreign Pointer [gcable] #x12D430>
?
 >>>> traced
? (CCL::%NEW-PTR 60 nil)
0> Calling (CCL::%NEW-PTR 60 NIL)
<0 CCL::%NEW-PTR returned #<A Foreign Pointer [gcable] #x1420F0>
#<A Foreign Pointer [gcable] #x1420F0>
?
Why the first form did not cause CCL::%NEW-PTR to be traced?
Kind regards
Taoufik
    
    
More information about the Openmcl-devel
mailing list