pub fn new_from_instructions(
    instrs: Vec<(Bytecode, GasCost)>,
    native_table: Vec<GasCost>
) -> CostTable