Move thread_locals in runtime/vm to RDS_LOCAL
commit95959a36aa5dc60daec3f26a421b2c98d1266863
authorMichael O'Farrell <michaelofarrell@fb.com>
Fri, 7 Dec 2018 21:24:33 +0000 (7 13:24 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 7 Dec 2018 21:27:24 +0000 (7 13:27 -0800)
treeff44fe55d91a7d4c06394ddf3c0fe601e22f0400
parent06f3774e8a5f001956d896b4fe867711d09a6dd2
Move thread_locals in runtime/vm to RDS_LOCAL

Summary:
Continuing the conversion effort.  These thread locals should be tied
to requests.

Reviewed By: arnabde03

Differential Revision: D13156296

fbshipit-source-id: 52b746e361c43d7e14cf13b4a700622427ae4a2f
18 files changed:
hphp/runtime/base/unit-cache.cpp
hphp/runtime/ext/std/ext_std_misc.cpp
hphp/runtime/vm/event-hook.cpp
hphp/runtime/vm/hh-utils.cpp
hphp/runtime/vm/jit/mcgen-translate.cpp
hphp/runtime/vm/jit/perf-counters.cpp
hphp/runtime/vm/jit/perf-counters.h
hphp/runtime/vm/jit/prof-data.cpp
hphp/runtime/vm/jit/prof-data.h
hphp/runtime/vm/jit/tc-internal.cpp
hphp/runtime/vm/jit/tc-recycle.cpp
hphp/runtime/vm/jit/timer.cpp
hphp/runtime/vm/jit/write-lease.cpp
hphp/runtime/vm/treadmill-inl.h
hphp/runtime/vm/treadmill.cpp
hphp/runtime/vm/treadmill.h
hphp/runtime/vm/type-profile.cpp
hphp/runtime/vm/type-profile.h