Execute a CodeInfo object?

I used @code_typed f(100) to get a CodeInfo object. Is it possible to execute that object to get the result?

CodeInfo(
1 ─      goto #3 if not false
2 ─      nothing::Nothing
3 ┄      goto #4
4 ─ %4 = Base.add_int(99, arg#258)::Int64
└──      return %4
) => Int64