Avatar
name manglingの件は量が多すぎるのでフォーラムに投稿してみました。 https://forums.swift.org/t/hardcoded-symbol-strings-for-name-mangling/11216
I can see lots of hardcoded symbol strings for name mangling e.g. _Tt or i in llib/Demangling/Demangler.cpp, lib/Demangling/Remangler.cpp and so on. there isn’t a header file contains constant value for the symbols, there is a list of mangled n...
5:01 AM
ドキュメントでは種類ごとにリストで見れるようになってた。これを定数化して一覧に見れるヘッダーファイルが欲しいな https://github.com/apple/swift/blob/master/docs/ABI/Mangling.rst (edited)
swift - The Swift Programming Language