Files
yoga/yoga
David Aurelio 1938792517 YGNode: Field for web defaults
Summary:
In order to remove the config pointer from nodes, we have to keep track of whether the node is using web defaults.
This information fits into one bit that we can place in padding (i.e. no extra memory needed).

This allows us to get rid of config usage withing `YGNode` with some exceptions:

- `iterChildrenAfterCloningIfNeeded` -- this function will simply receive the configuration, or the cloning callback.
- `setAndPropogateUseLegacyFlag` -- will be removed in D15316863
- in `YGNode::reset` -- will go away utomatically once we remove the config pointer

Reviewed By: SidharthGuglani

Differential Revision: D15391536

fbshipit-source-id: 0fa0d0805c6862bd741fe4a7d9b637ed534f56a4
2019-05-20 10:51:38 -07:00
..
2019-03-25 05:41:30 -07:00
2019-01-08 12:50:41 -08:00
2019-01-11 03:11:33 -08:00
2019-05-20 10:51:38 -07:00
2019-05-20 10:51:38 -07:00
2019-05-16 11:47:30 -07:00
2019-02-04 10:25:18 -08:00
2019-05-09 03:24:31 -07:00
2019-05-20 10:51:38 -07:00