``` julia> using JuliaInterpreter f() = subtypes(Integer) @time f() @time @interpret f() 0.027871 seconds (2.32 k allocations: 669.202 KiB) 1204.521373 seconds (408.38 M allocations: 20.456 GiB, 0.30% gc time) 3-element Array{Any,1}: Bool Signed Unsigned ```