Arquivos
hhvm/hphp
Herman Venter 205ec4913f Use unit->isInterpretOnly() inside JIT, not VM, so that debugger eval can invoke JITted code
The units that result from Eval code injected by the debugger should always be interpreted because they are used once only, however, any code invoked by these units should be JITtable. This diff moves the test for disabling the JIT from VMExecutionContext to Translator::isSrcKeyInB. It also fixes a cut&paste error that inverted the logic for Unit::isInterpretOnly().

Differential Revision: D913723

Blame Revision: D904873
2013-08-05 14:42:14 -07:00
..
2013-07-18 17:28:32 -07:00
2013-08-05 14:42:13 -07:00
2013-08-02 11:10:32 -07:00
2013-02-11 02:10:41 -08:00
2013-07-30 10:40:05 -07:00
2013-04-25 00:50:03 -07:00