-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove BitUtils Usage in YGNode #36988
Conversation
This pull request was exported from Phabricator. Differential Revision: D45133645 |
Summary: X-link: facebook/react-native#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct. Differential Revision: D45133645 fbshipit-source-id: 7e4e8c78220165e4e9678c4b0b1f8f26a6c74d2a
This pull request was exported from Phabricator. Differential Revision: D45133645 |
e9cc8fa
to
a0c4175
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: d69ec8829e5cb6763da7a3a65f1bbbf1a145f20f
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct. Changelog: [Internal] Differential Revision: https://internalfb.com/D45133645 fbshipit-source-id: a0a86e0277d0f4f43d58b8bc3fa96fc7cf61aad0
This pull request was exported from Phabricator. Differential Revision: D45133645 |
a0c4175
to
e7a217a
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: ce282d670277b514c0876d0d91372b9a22471601
e7a217a
to
86b943e
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: 4b6e4f83fe226304d33cb06cef03a77dd4bd455e
This pull request was exported from Phabricator. Differential Revision: D45133645 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45133645 |
86b943e
to
533a3e9
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: e8efdedccf0ce662e6917ced8cefec8fabffc387
533a3e9
to
478aed3
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: 8b6cca5cb0d5eebf17ce280000835228f7f1064f
This pull request was exported from Phabricator. Differential Revision: D45133645 |
478aed3
to
bb0c64b
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: d69da5ab0a5896309d33be1206a4c6756ac79c43
This pull request was exported from Phabricator. Differential Revision: D45133645 |
bb0c64b
to
3bc7da2
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Differential Revision: D45133645 fbshipit-source-id: ec836ead6055df7b048d4258f9a0a3c5ab311fe8
This pull request was exported from Phabricator. Differential Revision: D45133645 |
3bc7da2
to
5350482
Compare
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Reviewed By: rshest Differential Revision: D45133645 fbshipit-source-id: 55ed806393ffeda5e27ca9a9856315620bd718aa
This pull request was exported from Phabricator. Differential Revision: D45133645 |
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct. Changelog: [Internal] Differential Revision: https://internalfb.com/D45133645 fbshipit-source-id: 56bd37c7e507f9172437a88772d142edede52f9d
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Reviewed By: rshest Differential Revision: D45133645 fbshipit-source-id: f2df7821305214ad3abb38727af6cd9e9d8515b4
5350482
to
0010b58
Compare
This pull request was exported from Phabricator. Differential Revision: D45133645 |
Base commit: 65f5cd7 |
Summary: Pull Request resolved: #1250 X-link: facebook/react-native#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Reviewed By: rshest Differential Revision: D45133645 fbshipit-source-id: aa1430df5e2fb71ed9d2a5f5b1a35429b71c7069
This pull request has been merged in 4ae77c0. |
Summary: X-link: facebook/yoga#1250 X-link: facebook/react-native#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Reviewed By: rshest Differential Revision: D45133645 fbshipit-source-id: aa1430df5e2fb71ed9d2a5f5b1a35429b71c7069
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Reviewed By: rshest Differential Revision: D45133645 fbshipit-source-id: aa1430df5e2fb71ed9d2a5f5b1a35429b71c7069
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets which can be tricky for anything variable length). Replace usage with a bitfield struct. Eventually I'd like to remove the BitUtils functions in general. Changelog: [Internal] Reviewed By: rshest Differential Revision: D45133645 fbshipit-source-id: aa1430df5e2fb71ed9d2a5f5b1a35429b71c7069
Summary: BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct.
Differential Revision: D45133645