Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1657609 - statically bound the maximum number of parameters for x…
…pidl methods; r=mccr8 We used to not be able to do something like this, and therefore our xpidl calling code had to be fully general. But now that we know all possible xpidl methods at build time, we can ensure that the number of parameters does not exceed some bound. And we choose that bound to be the maximum number of stack-allocated parameters our calling code supports. Differential Revision: https://phabricator.services.mozilla.com/D86212
- Loading branch information