Conditionally compile assembly helpers
commitc1e71c19175f3ba3a8a99123161eb1e781ed1d01
authorOwen Yamauchi <oyamauchi@fb.com>
Tue, 26 Feb 2013 21:40:21 +0000 (26 13:40 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 6 Mar 2013 06:28:41 +0000 (5 22:28 -0800)
treea17af5025c7a11c22eb736e7694111934195b1cc
parent668a9c1da27182acf7c41fd0c0c206d765cf147c
Conditionally compile assembly helpers

Just treating some more x64-specific assembly. The tx64 helpers are all
written to trap on ARM right now -- we're not going to be running the
jit for a little while, and we don't need real implementations till
then.

Fortunately, the system we're targeting has thread-local storage
support, and it's pretty easy to get at it, so I just did it.
hphp/runtime/vm/translator/translator-inline.h
hphp/runtime/vm/translator/translator-x64-helpers.cpp