Move thread_locals in runtime/vm to RDS_LOCAL (round 2)
commit32e5bd359735fb38c88355810546d391fdf4af73
authorMichael O'Farrell <michaelofarrell@fb.com>
Mon, 7 Jan 2019 18:21:15 +0000 (7 10:21 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 7 Jan 2019 18:26:27 +0000 (7 10:26 -0800)
treeac1b1b62047c864c3e7535028880a387cdf10750
parent996cbe4b4199ae7a8fbc8dc5dbeea1f4d652af7b
Move thread_locals in runtime/vm to RDS_LOCAL (round 2)

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

Depends on D13528798

Reviewed By: efiks

Differential Revision: D13528937

fbshipit-source-id: 72ae07055d0d8fac52d1aa037194e6a6df3cf099
19 files changed:
hphp/hhvm/thread_locals.txt
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