Sirraide wrote: > > Perhaps we should look at some other imp limits that reflection might > > observe (field limit/arg limit/etc?), and see what number would cover all > > of those? > > field/argument limits is a good idea; I’ll look at those
The limit for parameters in a function definition is 256 and for data members in a class it’s 16384; I went w/ the latter since it’s a reasonable number I think https://github.com/llvm/llvm-project/pull/169689 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
