-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathparm-quick.err
52 lines (47 loc) · 1.72 KB
/
parm-quick.err
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
In: DEFUN %AREF-VALUE-GET-15
(AREF (AREF FRAME 15) 0)
--> LET*
==>
(ARRAY-DIMENSION ARRAY 0)
Note: Unable to optimize because:
Can't tell if array is simple.
==>
(KERNEL:DATA-VECTOR-REF ARRAY KERNEL:INDEX)
Note: Unable to optimize due to type uncertainty:
The first argument is a VECTOR, not a SIMPLE-ARRAY.
(AREF FRAME 15)
--> LET*
==>
(KERNEL:DATA-VECTOR-REF ARRAY KERNEL:INDEX)
Note: Unable to optimize due to type uncertainty:
The first argument is a VECTOR, not a SIMPLE-ARRAY.
==>
(ARRAY-DIMENSION ARRAY 0)
Note: Unable to optimize because:
Can't tell if array is simple.
==>
(KERNEL:DATA-VECTOR-REF ARRAY KERNEL:INDEX)
Note: Forced to do full call.
Unable to do inline array access (cost 5) because:
The first argument is a VECTOR, not a (SIMPLE-ARRAY SINGLE-FLOAT (*)).
The result is a T, not a SINGLE-FLOAT.
Unable to do inline array access (cost 5) because:
The first argument is a VECTOR, not a (SIMPLE-ARRAY
(UNSIGNED-BYTE 16)
(*)).
The result is a T, not a (UNSIGNED-BYTE 29).
etc.
(AREF (AREF FRAME 15) 0)
--> LET*
==>
(KERNEL:DATA-VECTOR-REF ARRAY KERNEL:INDEX)
Note: Forced to do full call.
Unable to do inline array access (cost 5) because:
The first argument is a VECTOR, not a (SIMPLE-ARRAY SINGLE-FLOAT (*)).
The result is a T, not a SINGLE-FLOAT.
Unable to do inline array access (cost 5) because:
The first argument is a VECTOR, not a (SIMPLE-ARRAY
(UNSIGNED-BYTE 16)
(*)).
The result is a T, not a (UNSIGNED-BYTE 29).
etc.