@@ -299,15 +299,6 @@ let g = addgroup!(SUITE, "abstract interpretation")
299299 g[" REPL.REPLCompletions.completions" ] = @benchmarkable abs_call (
300300 REPL. REPLCompletions. completions, (String,Int))
301301 g[" Base.init_stdio(::Ptr{Cvoid})" ] = @benchmarkable abs_call (Base. init_stdio, (Ptr{Cvoid},))
302- g[" abstract_call_gf_by_type" ] = @benchmarkable abs_call (CC. abstract_call_gf_by_type,
303- # https://github.com/JuliaLang/julia/pull/46966
304- @static if isdefined (CC, :StmtInfo )
305- (NativeInterpreter,Any,CC. ArgInfo,CC. StmtInfo,Any,InferenceState,Int)
306- else
307- (NativeInterpreter,Any,CC. ArgInfo,Any,InferenceState,Int)
308- end )
309- g[" construct_ssa!" ] = @benchmarkable abs_call (CC. construct_ssa!, (Core. CodeInfo,CC. IRCode,CC. DomTree,Vector{CC. SlotInfo},Vector{Any}))
310- g[" domsort_ssa!" ] = @benchmarkable abs_call (CC. domsort_ssa!, (CC. IRCode,CC. DomTree))
311302 g[" many_local_vars" ] = @benchmarkable abs_call (many_local_vars, (Int,))
312303 g[" many_method_matches" ] = @benchmarkable abs_call (many_method_matches, (Vector{Float64},))
313304 g[" many_const_calls" ] = @benchmarkable abs_call (many_const_calls)
@@ -325,15 +316,6 @@ let g = addgroup!(SUITE, "optimization")
325316 g[" REPL.REPLCompletions.completions" ] = @benchmarkable f () (setup = (f = opt_call (
326317 REPL. REPLCompletions. completions, (String,Int))))
327318 g[" Base.init_stdio(::Ptr{Cvoid})" ] = @benchmarkable f () (setup = (f = opt_call (Base. init_stdio, (Ptr{Cvoid},))))
328- g[" abstract_call_gf_by_type" ] = @benchmarkable f () (setup = (f = opt_call (CC. abstract_call_gf_by_type,
329- # https://github.com/JuliaLang/julia/pull/46966
330- @static if isdefined (CC, :StmtInfo )
331- (NativeInterpreter,Any,CC. ArgInfo,CC. StmtInfo,Any,InferenceState,Int)
332- else
333- (NativeInterpreter,Any,CC. ArgInfo,Any,InferenceState,Int)
334- end )))
335- g[" construct_ssa!" ] = @benchmarkable f () (setup = (f = opt_call (CC. construct_ssa!, (Core. CodeInfo,CC. IRCode,CC. DomTree,Vector{CC. SlotInfo},Vector{Any}))))
336- g[" domsort_ssa!" ] = @benchmarkable f () (setup = (f = opt_call (CC. domsort_ssa!, (CC. IRCode,CC. DomTree))))
337319 g[" many_local_vars" ] = @benchmarkable f () (setup = (f = opt_call (many_local_vars, (Int,))))
338320 g[" many_method_matches" ] = @benchmarkable f () (setup = (f = opt_call (many_method_matches, (Vector{Float64},))))
339321 g[" many_const_calls" ] = @benchmarkable f () (setup = (f = opt_call (many_const_calls)))
@@ -351,15 +333,6 @@ let g = addgroup!(SUITE, "allinference")
351333 g[" REPL.REPLCompletions.completions" ] = @benchmarkable inf_call (
352334 REPL. REPLCompletions. completions, (String,Int))
353335 g[" Base.init_stdio(::Ptr{Cvoid})" ] = @benchmarkable inf_call (Base. init_stdio, (Ptr{Cvoid},))
354- g[" abstract_call_gf_by_type" ] = @benchmarkable inf_call (CC. abstract_call_gf_by_type,
355- # https://github.com/JuliaLang/julia/pull/46966
356- @static if isdefined (CC, :StmtInfo )
357- (NativeInterpreter,Any,CC. ArgInfo,CC. StmtInfo,Any,InferenceState,Int)
358- else
359- (NativeInterpreter,Any,CC. ArgInfo,Any,InferenceState,Int)
360- end )
361- g[" construct_ssa!" ] = @benchmarkable inf_call (CC. construct_ssa!, (Core. CodeInfo,CC. IRCode,CC. DomTree,Vector{CC. SlotInfo},Vector{Any}))
362- g[" domsort_ssa!" ] = @benchmarkable inf_call (CC. domsort_ssa!, (CC. IRCode,CC. DomTree))
363336 g[" many_local_vars" ] = @benchmarkable inf_call (many_local_vars, (Int,))
364337 g[" many_method_matches" ] = @benchmarkable inf_call (many_method_matches, (Vector{Float64},))
365338 g[" many_const_calls" ] = @benchmarkable inf_call (many_const_calls)
0 commit comments