include code.hot() and code.prof() in jit maturity accounting
commit98e5d214dadde2a28458702ccfd06a7f7c221697
authorBin Liu <binliu@fb.com>
Sat, 28 May 2016 01:02:27 +0000 (27 18:02 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Sat, 28 May 2016 01:04:59 +0000 (27 18:04 -0700)
tree00adc0dccd3771a554233438c8cbe632101a2ac8
parent6eef639622186c54484fc9512e4c9e940e1c2e39
include code.hot() and code.prof() in jit maturity accounting

Summary:
Optimized translations are faster than profiling translations, which are faster than the interpreter.

Weight is not applied, because we estimate that the incremental value of optimized translations over profiling translations is somewhat comparable to the value of profiling translations over interpreter.

Reviewed By: swtaarrs

Differential Revision: D3348590

fbshipit-source-id: 54957bd618fb269a565470bb3a4de36be6d7e335
hphp/runtime/base/runtime-option.h
hphp/runtime/vm/jit/mc-generator.cpp