Skip to content
  • Ian Lynagh's avatar
    Make a function for get_itbl, rather than using a CPP macro · 8413d838
    Ian Lynagh authored
    This has several advantages:
    * It can be called from gdb
    * There is more type information for the user, and type checking
      for the compiler
    * Less opportunity for things to go wrong, e.g. due to missing
      parentheses or repeated execution
    
    The sizes of the non-debug .o files hasn't changed (other than
    Inlines.o), so I'm pretty sure the compiled code is identical.
    8413d838