Move serialize functions to variable-serializer.cpp
commitc5db196041f639b8e3f33513dbd5875e826df6b3
authorEdwin Smith <smith@fb.com>
Mon, 17 Aug 2015 20:05:40 +0000 (17 13:05 -0700)
committerJoelMarcey <joelm@fb.com>
Tue, 18 Aug 2015 01:08:08 +0000 (17 18:08 -0700)
tree2951312e3160d3f177fd1c74408fb435c8a1bcac
parentf916a87490f4722a4b3addaf7e042da38152fda6
Move serialize functions to variable-serializer.cpp

Summary: Mark serializeVariant NEVER_INLINE to thwart gcc recursive inlining.

Reviewed By: @​bnell

Differential Revision: D2347167
hphp/runtime/base/array-data.cpp
hphp/runtime/base/collections.cpp
hphp/runtime/base/object-data.cpp
hphp/runtime/base/resource-data.cpp
hphp/runtime/base/type-array.cpp
hphp/runtime/base/type-object.cpp
hphp/runtime/base/type-string.cpp
hphp/runtime/base/type-variant.cpp
hphp/runtime/base/variable-serializer.cpp