Skip to content

Commit 27ee211

Browse files
authored
Merge pull request #30 from juliamatlab/SnoopCompile_AutoPR
2 parents 836e0c5 + 4752e51 commit 27ee211

13 files changed

+2330
-0
lines changed
Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
function _precompile_()
2+
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
3+
isdefined(MatLang, Symbol("##freqspaceM#28")) && precompile(Tuple{getfield(MatLang, Symbol("##freqspaceM#28")), Int64, typeof(identity), Int64, Symbol})
4+
isdefined(MatLang, Symbol("##onesM#11")) && precompile(Tuple{getfield(MatLang, Symbol("##onesM#11")), Array{Float64, 1}, typeof(identity), Array{Int64, 1}})
5+
isdefined(MatLang, Symbol("##onesM#11")) && precompile(Tuple{getfield(MatLang, Symbol("##onesM#11")), Array{Float64, 2}, typeof(identity), Array{Int64, 1}})
6+
isdefined(MatLang, Symbol("##randM#17")) && precompile(Tuple{getfield(MatLang, Symbol("##randM#17")), Array{Float64, 1}, typeof(identity), Array{Int64, 1}})
7+
isdefined(MatLang, Symbol("##randM#17")) && precompile(Tuple{getfield(MatLang, Symbol("##randM#17")), Array{Float64, 2}, typeof(identity), Array{Int64, 1}})
8+
isdefined(MatLang, Symbol("##sortM#29")) && precompile(Tuple{getfield(MatLang, Symbol("##sortM#29")), Bool, typeof(identity), Array{Int64, 1}, Symbol})
9+
isdefined(MatLang, Symbol("##sortM#30")) && precompile(Tuple{getfield(MatLang, Symbol("##sortM#30")), Bool, typeof(identity), Array{Int64, 2}, Int64, Symbol})
10+
isdefined(MatLang, Symbol("##sortM#30")) && precompile(Tuple{getfield(MatLang, Symbol("##sortM#30")), Bool, typeof(identity), Array{Integer, 3}, Int64, Symbol})
11+
isdefined(MatLang, Symbol("##sortperm#31")) && precompile(Tuple{getfield(MatLang, Symbol("##sortperm#31")), Int64, Bool, typeof(identity), Array{Int64, 2}})
12+
isdefined(MatLang, Symbol("##zerosM#5")) && precompile(Tuple{getfield(MatLang, Symbol("##zerosM#5")), Array{Float64, 1}, typeof(identity), Array{Int64, 1}})
13+
isdefined(MatLang, Symbol("##zerosM#5")) && precompile(Tuple{getfield(MatLang, Symbol("##zerosM#5")), Array{Float64, 2}, typeof(identity), Array{Int64, 1}})
14+
isdefined(MatLang, Symbol("#kw##eyeM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##eyeM")), NamedTuple{(:like,), Tuple{Array{Int8, 2}}}, typeof(MatLang.eyeM), Int64, Int64})
15+
isdefined(MatLang, Symbol("#kw##freqspaceM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##freqspaceM")), NamedTuple{(:dim,), Tuple{Int64}}, typeof(MatLang.freqspaceM), Int64, Symbol})
16+
isdefined(MatLang, Symbol("#kw##freqspaceM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##freqspaceM")), NamedTuple{(:dim,), Tuple{Int64}}, typeof(MatLang.freqspaceM), Int64})
17+
isdefined(MatLang, Symbol("#kw##ndgridM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##ndgridM")), NamedTuple{(:dim,), Tuple{Int64}}, typeof(MatLang.ndgridM), Base.StepRange{Int64, Int64}})
18+
isdefined(MatLang, Symbol("#kw##onesM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##onesM")), NamedTuple{(:like,), Tuple{Array{Float64, 2}}}, typeof(MatLang.onesM), Array{Int64, 1}})
19+
isdefined(MatLang, Symbol("#kw##onesM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##onesM")), NamedTuple{(:like,), Tuple{Array{Int32, 2}}}, typeof(MatLang.onesM), Symbol, Int64})
20+
isdefined(MatLang, Symbol("#kw##onesM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##onesM")), NamedTuple{(:like,), Tuple{Array{Int64, 2}}}, typeof(MatLang.onesM), Int64})
21+
isdefined(MatLang, Symbol("#kw##randM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##randM")), NamedTuple{(:like,), Tuple{Array{Float64, 2}}}, typeof(MatLang.randM), Array{Int64, 1}})
22+
isdefined(MatLang, Symbol("#kw##randM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##randM")), NamedTuple{(:like,), Tuple{Array{Int32, 2}}}, typeof(MatLang.randM), Symbol, Int64})
23+
isdefined(MatLang, Symbol("#kw##randM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##randM")), NamedTuple{(:like,), Tuple{Array{Int64, 2}}}, typeof(MatLang.randM), Int64})
24+
isdefined(MatLang, Symbol("#kw##sortM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##sortM")), NamedTuple{(:I,), Tuple{Bool}}, typeof(MatLang.sortM), Array{Int64, 1}})
25+
isdefined(MatLang, Symbol("#kw##sortM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##sortM")), NamedTuple{(:I,), Tuple{Bool}}, typeof(MatLang.sortM), Array{Int64, 2}, Int64, Symbol})
26+
isdefined(MatLang, Symbol("#kw##zerosM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##zerosM")), NamedTuple{(:like,), Tuple{Array{Float64, 2}}}, typeof(MatLang.zerosM), Array{Int64, 1}})
27+
isdefined(MatLang, Symbol("#kw##zerosM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##zerosM")), NamedTuple{(:like,), Tuple{Array{Int32, 2}}}, typeof(MatLang.zerosM), Symbol, Int64})
28+
isdefined(MatLang, Symbol("#kw##zerosM")) && precompile(Tuple{getfield(MatLang, Symbol("#kw##zerosM")), NamedTuple{(:like,), Tuple{Array{Int64, 2}}}, typeof(MatLang.zerosM), Int64})
29+
precompile(Tuple{typeof(MatLang.__init__)})
30+
precompile(Tuple{typeof(MatLang.blkdiagM), Array{Float64, 2}, Array{Float64, 2}, Array{Float64, 2}})
31+
precompile(Tuple{typeof(MatLang.blkdiagM), Symbol, Array{Float64, 2}, Array{Float64, 2}})
32+
precompile(Tuple{typeof(MatLang.catM), Int64, Array{Float64, 2}, Array{Float64, 2}})
33+
precompile(Tuple{typeof(MatLang.catM), Int64, Array{Float64, 3}, Array{Float64, 3}})
34+
precompile(Tuple{typeof(MatLang.clcM)})
35+
precompile(Tuple{typeof(MatLang.diagM), Array{Int64, 1}, Int64})
36+
precompile(Tuple{typeof(MatLang.diagM), Array{Int64, 1}})
37+
precompile(Tuple{typeof(MatLang.diagM), Array{Int64, 2}, Int64})
38+
precompile(Tuple{typeof(MatLang.diagM), Array{Int64, 2}})
39+
precompile(Tuple{typeof(MatLang.doubleM), Float64})
40+
precompile(Tuple{typeof(MatLang.eyeM), Array{Int64, 1}})
41+
precompile(Tuple{typeof(MatLang.eyeM), Int64, Int64})
42+
precompile(Tuple{typeof(MatLang.eyeM), Int64})
43+
precompile(Tuple{typeof(MatLang.eyeM), Tuple{Int64, Int64}})
44+
precompile(Tuple{typeof(MatLang.eyeM), Type{Int}, Array{Int64, 1}})
45+
precompile(Tuple{typeof(MatLang.eyeM), Type{Int}, Int64, Int64})
46+
precompile(Tuple{typeof(MatLang.eyeM), Type{Int}, Tuple{Int64, Int64}})
47+
precompile(Tuple{typeof(MatLang.falseM), Array{Int64, 1}})
48+
precompile(Tuple{typeof(MatLang.falseM), Int64})
49+
precompile(Tuple{typeof(MatLang.falseM), Symbol, Int64})
50+
precompile(Tuple{typeof(MatLang.falseM), Tuple{Int64, Int64}})
51+
precompile(Tuple{typeof(MatLang.flipM), Array{Int64, 1}})
52+
precompile(Tuple{typeof(MatLang.flipM), Array{Int64, 2}, Int64})
53+
precompile(Tuple{typeof(MatLang.flipM), Array{Int64, 2}})
54+
precompile(Tuple{typeof(MatLang.flipM), String})
55+
precompile(Tuple{typeof(MatLang.int16M), Int64})
56+
precompile(Tuple{typeof(MatLang.int32M), Int64})
57+
precompile(Tuple{typeof(MatLang.int64M), Int64})
58+
precompile(Tuple{typeof(MatLang.int8M), Int64})
59+
precompile(Tuple{typeof(MatLang.iscolumnM), Array{Float64, 2}})
60+
precompile(Tuple{typeof(MatLang.iscolumnM), Array{Int64, 2}})
61+
precompile(Tuple{typeof(MatLang.iscolumnM), Array{String, 2}})
62+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, Array{Float64, 1}})
63+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, Array{Float64, 2}})
64+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, Array{Int64, 1}})
65+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, Array{Int64, 2}})
66+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, Array{String, 1}})
67+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, Int64})
68+
precompile(Tuple{typeof(MatLang.iscolumnM), Symbol, String})
69+
precompile(Tuple{typeof(MatLang.ismatrixM), Symbol, Array{Float64, 1}})
70+
precompile(Tuple{typeof(MatLang.ismatrixM), Symbol, Array{Float64, 2}})
71+
precompile(Tuple{typeof(MatLang.ismatrixM), Symbol, Array{Int64, 1}})
72+
precompile(Tuple{typeof(MatLang.ismatrixM), Symbol, Array{Int64, 2}})
73+
precompile(Tuple{typeof(MatLang.ismatrixM), Symbol, Array{String, 1}})
74+
precompile(Tuple{typeof(MatLang.ismatrixM), Symbol, String})
75+
precompile(Tuple{typeof(MatLang.isrowM), Array{Float64, 2}})
76+
precompile(Tuple{typeof(MatLang.isrowM), Array{Int64, 2}})
77+
precompile(Tuple{typeof(MatLang.isrowM), Array{String, 2}})
78+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, Array{Float64, 1}})
79+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, Array{Float64, 2}})
80+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, Array{Int64, 1}})
81+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, Array{Int64, 2}})
82+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, Array{String, 1}})
83+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, Int64})
84+
precompile(Tuple{typeof(MatLang.isrowM), Symbol, String})
85+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Array{Float64, 3}})
86+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Array{Int64, 1}})
87+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Array{String, 1}})
88+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Array{String, 2}})
89+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Bool})
90+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Char})
91+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, Int64})
92+
precompile(Tuple{typeof(MatLang.isscalarM), Symbol, String})
93+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, Array{Float64, 1}})
94+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, Array{Float64, 2}})
95+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, Array{Int64, 1}})
96+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, Array{Int64, 2}})
97+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, Array{String, 1}})
98+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, Int64})
99+
precompile(Tuple{typeof(MatLang.isvectorM), Symbol, String})
100+
precompile(Tuple{typeof(MatLang.lengthM), Array{Any, 2}})
101+
precompile(Tuple{typeof(MatLang.lengthM), Array{Int64, 2}})
102+
precompile(Tuple{typeof(MatLang.linspaceM), Int64, Int64, Int64})
103+
precompile(Tuple{typeof(MatLang.linspaceM), Int64, Int64})
104+
precompile(Tuple{typeof(MatLang.linspaceM), Symbol, Int64, Int64, Int64})
105+
precompile(Tuple{typeof(MatLang.linspaceM), Symbol, Int64, Int64})
106+
precompile(Tuple{typeof(MatLang.logspaceM), Int64, Int64, Int64})
107+
precompile(Tuple{typeof(MatLang.logspaceM), Int64, Int64, Symbol})
108+
precompile(Tuple{typeof(MatLang.logspaceM), Int64, Int64})
109+
precompile(Tuple{typeof(MatLang.meshgridM), Base.StepRange{Int64, Int64}, Base.StepRange{Int64, Int64}})
110+
precompile(Tuple{typeof(MatLang.meshgridM), Base.StepRange{Int64, Int64}})
111+
precompile(Tuple{typeof(MatLang.meshgridM), Base.UnitRange{Int64}, Base.UnitRange{Int64}, Base.UnitRange{Int64}})
112+
precompile(Tuple{typeof(MatLang.ndgridM), Base.StepRange{Int64, Int64}, Base.StepRange{Int64, Int64}})
113+
precompile(Tuple{typeof(MatLang.ndgridM), Base.UnitRange{Int64}, Base.UnitRange{Int64}, Base.UnitRange{Int64}})
114+
precompile(Tuple{typeof(MatLang.ndgrid_fill), Array{Int64, 3}, Base.UnitRange{Int64}, Int64, Int64})
115+
precompile(Tuple{typeof(MatLang.onesM), Array{Int64, 1}})
116+
precompile(Tuple{typeof(MatLang.onesM), Int64})
117+
precompile(Tuple{typeof(MatLang.onesM), Symbol, Int64})
118+
precompile(Tuple{typeof(MatLang.onesM), Tuple{Int64, Int64}})
119+
precompile(Tuple{typeof(MatLang.onesM), Type{Int32}, Array{Int64, 1}})
120+
precompile(Tuple{typeof(MatLang.onesM), Type{Int}, Int64, Int64})
121+
precompile(Tuple{typeof(MatLang.onesM), Type{Int}, Tuple{Int64, Int64}})
122+
precompile(Tuple{typeof(MatLang.randM), Array{Int64, 1}})
123+
precompile(Tuple{typeof(MatLang.randM), Int64})
124+
precompile(Tuple{typeof(MatLang.randM), Symbol, Int64})
125+
precompile(Tuple{typeof(MatLang.randM), Tuple{Int64, Int64}})
126+
precompile(Tuple{typeof(MatLang.randM), Type{Int32}, Array{Int64, 1}})
127+
precompile(Tuple{typeof(MatLang.randM), Type{Int}, Int64, Int64})
128+
precompile(Tuple{typeof(MatLang.randM), Type{Int}, Tuple{Int64, Int64}})
129+
precompile(Tuple{typeof(MatLang.repelemM), Array{Int64, 2}, Int64})
130+
precompile(Tuple{typeof(MatLang.repmatM), Array{Int64, 1}, Array{Int64, 1}})
131+
precompile(Tuple{typeof(MatLang.repmatM), Array{Int64, 1}, Int64, Int64})
132+
precompile(Tuple{typeof(MatLang.repmatM), Array{Int64, 1}, Int64})
133+
precompile(Tuple{typeof(MatLang.repmatM), Array{Int64, 1}, Tuple{Int64, Int64}})
134+
precompile(Tuple{typeof(MatLang.repmatM), Int64, Int64, Int64})
135+
precompile(Tuple{typeof(MatLang.singleM), Float64})
136+
precompile(Tuple{typeof(MatLang.sizeM), Array{Float64, 3}, Int64, Int64})
137+
precompile(Tuple{typeof(MatLang.sizeM), Array{Int64, 2}, Int64})
138+
precompile(Tuple{typeof(MatLang.sizeM), Array{Int64, 2}})
139+
precompile(Tuple{typeof(MatLang.sizeM), Symbol, Array{Float64, 3}, Int64, Int64})
140+
precompile(Tuple{typeof(MatLang.sizeM), Symbol, Array{Int64, 2}, Int64})
141+
precompile(Tuple{typeof(MatLang.sizeM), Symbol, Array{Int64, 2}})
142+
precompile(Tuple{typeof(MatLang.sortM), Array{Int64, 1}, Symbol})
143+
precompile(Tuple{typeof(MatLang.sortM), Array{Int64, 1}})
144+
precompile(Tuple{typeof(MatLang.sortM), Array{Int64, 2}, Int64, Symbol})
145+
precompile(Tuple{typeof(MatLang.sortM), Array{Int64, 2}})
146+
precompile(Tuple{typeof(MatLang.sortM), Array{Integer, 3}, Int64})
147+
precompile(Tuple{typeof(MatLang.squeezeM), Array{Float64, 3}})
148+
precompile(Tuple{typeof(MatLang.transposeM), Array{Int64, 2}})
149+
precompile(Tuple{typeof(MatLang.transposeM), Symbol, Array{Int64, 2}})
150+
precompile(Tuple{typeof(MatLang.trueM), Array{Int64, 1}})
151+
precompile(Tuple{typeof(MatLang.trueM), Int64})
152+
precompile(Tuple{typeof(MatLang.trueM), Symbol, Int64})
153+
precompile(Tuple{typeof(MatLang.trueM), Tuple{Int64, Int64}})
154+
precompile(Tuple{typeof(MatLang.uint16M), Int64})
155+
precompile(Tuple{typeof(MatLang.uint32M), Int64})
156+
precompile(Tuple{typeof(MatLang.uint64M), Int64})
157+
precompile(Tuple{typeof(MatLang.uint8M), Int64})
158+
precompile(Tuple{typeof(MatLang.zerosM), Array{Int64, 1}})
159+
precompile(Tuple{typeof(MatLang.zerosM), Int64})
160+
precompile(Tuple{typeof(MatLang.zerosM), Symbol, Int64})
161+
precompile(Tuple{typeof(MatLang.zerosM), Tuple{Int64, Int64}})
162+
precompile(Tuple{typeof(MatLang.zerosM), Type{Int32}, Array{Int64, 1}})
163+
precompile(Tuple{typeof(MatLang.zerosM), Type{Int}, Int64, Int64, Int64})
164+
precompile(Tuple{typeof(MatLang.zerosM), Type{Int}, Int64, Int64})
165+
precompile(Tuple{typeof(MatLang.zerosM), Type{Int}, Tuple{Int64, Int64}})
166+
end

0 commit comments

Comments
 (0)