react-native/ReactCommon
Valentin Shergin dd3a6eda70 Fabric: Devirtualizing of props parsing infra
Summary:
This diff contains several tight to each other changes (which can/should not be split into several diffs):
 * The props parsing/conversion process was de-virtualized: we don't use virtual `apply` method to parse props anymore. Instead, we use old-fashioned constructors.
 * All fields of Props classes which represent props values were marked as `const` which make impossible to modify them after the objects were created (even if we have non-const value-of/pointer-to the whole Props object). Those fields are also `public` now.
 * All custom handwritten getters were removed (because we don't need them anymore).

So, now we don't need all those custom getters which makes code much more compact, performant and codegen-friendly.

Reviewed By: fkgozali

Differential Revision: D7901245

fbshipit-source-id: 9f4b1fd2da64bf963b63215ed3bd74b9d3c58dd5
2018-05-14 16:03:49 -07:00
..
cxxreact Fix BUCK bugs which were breaking tests after refactoring 2018-05-09 22:12:03 -07:00
exceptions Avoid top-level read_config invocations. 2018-04-17 09:41:20 -07:00
fabric Fabric: Devirtualizing of props parsing infra 2018-05-14 16:03:49 -07:00
jschelpers load in platform macros 2018-04-29 16:01:17 -07:00
jsinspector Update license headers for MIT license 2018-02-16 18:31:53 -08:00
microprofiler Use -fdata-sections in mode/opt 2018-03-12 06:34:59 -07:00
privatedata Skylarkify RN defs. 2018-02-08 09:47:28 -08:00
yoga [yoga re-add assertion to check for owner reference before adding child. 2018-04-04 10:54:35 -07:00