Maximum Method Name Length

前端 未结 9 1662
忘了有多久
忘了有多久 2020-11-30 05:19

Does anyone happen to know what the maximum length of a method name is in your programming language of choice? I was going to make this a C# specific question, but I think i

9条回答
  •  失恋的感觉
    2020-11-30 06:03

    In D I don't know this to be the case but I suspect that it is something insane like >100MB. It might be an out-of-memory thing. This is based on knowing that I and other people have run into object file format limitation of about 11kB for symbol names and that this has been fixed.

提交回复
热议问题