mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
b0e24f4d55
Outer pointers for object aggregation never get used. Having these always-null pointers around means extra space to store them and extra instructions to deal with them. Let's just remove them.