option to preload units in parallel during jit deserialization
commit4d21bc4cb675bd698076fd9a4b2557b1df20896e
authorBin Liu <binliu@fb.com>
Thu, 23 Jan 2020 16:34:25 +0000 (23 08:34 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 23 Jan 2020 16:36:27 +0000 (23 08:36 -0800)
treeaadbfb00c0b2787e53db9b318fbbd587356e8bf8
parent1675ecaea500f2da47ec6cd46efb5d24c8d39b6b
option to preload units in parallel during jit deserialization

Summary: The serializer would write out a list of unit names, which the consumer can choose to preload in parallel (or ignore).

Differential Revision: D19504163

fbshipit-source-id: e5cd115716b6ff380318e91bde54969f5a946752
hphp/runtime/base/runtime-option.h
hphp/runtime/vm/jit/prof-data-serialize.cpp
hphp/runtime/vm/jit/prof-data-serialize.h