Skip to content
  • Koichi Sasada's avatar
    97a17a51
    readable function names for inline functions. · 97a17a51
    Koichi Sasada authored
    Now, C functions written by __builtin_cexpr!(code) and others are
    named as "__builtin_inline#{n}". However, it is difficult to know
    what the function is. This patch rename them into
    "__builtin_foo_#{lineno}" when cexpr! is in 'foo' method.
    97a17a51
    readable function names for inline functions.
    Koichi Sasada authored
    Now, C functions written by __builtin_cexpr!(code) and others are
    named as "__builtin_inline#{n}". However, it is difficult to know
    what the function is. This patch rename them into
    "__builtin_foo_#{lineno}" when cexpr! is in 'foo' method.
Loading