Arquivos
hhvm/hphp
smith d55c44a8ca Fix some RefData<->TypedValue<->Variant<->Value type puns
Our ext_hhvm generated code is casting TypedValue* to Value*
on the assumption that the offset of TypedValue::m_data is 0.
Fix this assumption, and also while in the same code, replace
some (t == KindOfString || t == KindOfStaticString) with
IS_STATIC_STRING(t), which does a single bit test instead of
two comparisons.
2013-03-27 16:52:16 -07:00
..
2013-03-21 16:50:55 -07:00
2013-02-11 02:10:41 -08:00
2013-03-27 15:56:06 -07:00
2013-03-27 15:56:06 -07:00
2013-03-27 15:56:06 -07:00
2013-03-27 16:10:46 -07:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00