@@ -299,15 +299,6 @@ let g = addgroup!(SUITE, "abstract interpretation")
299
299
g[" REPL.REPLCompletions.completions" ] = @benchmarkable abs_call (
300
300
REPL. REPLCompletions. completions, (String,Int))
301
301
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))
311
302
g[" many_local_vars" ] = @benchmarkable abs_call (many_local_vars, (Int,))
312
303
g[" many_method_matches" ] = @benchmarkable abs_call (many_method_matches, (Vector{Float64},))
313
304
g[" many_const_calls" ] = @benchmarkable abs_call (many_const_calls)
@@ -325,15 +316,6 @@ let g = addgroup!(SUITE, "optimization")
325
316
g[" REPL.REPLCompletions.completions" ] = @benchmarkable f () (setup = (f = opt_call (
326
317
REPL. REPLCompletions. completions, (String,Int))))
327
318
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))))
337
319
g[" many_local_vars" ] = @benchmarkable f () (setup = (f = opt_call (many_local_vars, (Int,))))
338
320
g[" many_method_matches" ] = @benchmarkable f () (setup = (f = opt_call (many_method_matches, (Vector{Float64},))))
339
321
g[" many_const_calls" ] = @benchmarkable f () (setup = (f = opt_call (many_const_calls)))
@@ -351,15 +333,6 @@ let g = addgroup!(SUITE, "allinference")
351
333
g[" REPL.REPLCompletions.completions" ] = @benchmarkable inf_call (
352
334
REPL. REPLCompletions. completions, (String,Int))
353
335
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))
363
336
g[" many_local_vars" ] = @benchmarkable inf_call (many_local_vars, (Int,))
364
337
g[" many_method_matches" ] = @benchmarkable inf_call (many_method_matches, (Vector{Float64},))
365
338
g[" many_const_calls" ] = @benchmarkable inf_call (many_const_calls)
0 commit comments