On 12/16/24 04:50, Richard Henderson wrote:
Based-on: [email protected]
[PULL 00/67] Constify almost all Property
- Missed constifying two arrays.
- Eliminate all empty Property lists.
- Detect both of these cases during the build.
- Count the elements in the property list and eliminate
DEFINE_PROP_END_OF_LIST.
- Constify Property callback pointers.
I expect that the rust api stuff can be simplified now that we don't
need to add the terminator. But I only did enough to keep correctness.
It's good. Most remaining macros will go away sooner or later; for now
the loop is what we have...
I queued this series myself since it conflicts with what I have ready
for Rust. Thanks!
Paolo