DescriptionMIPS: Enable optimization of top-level code and generate deoptimization support lazily.
Port r10700 (c976fbd5).
Original commit message:
This change enables optimization of top-level and eval-code. For this to work, it adds
support for declaring global variables in optimized code.
At the same time it disables the eager generation of deoptimization support data
in the full code generator (originally introduced in
r10040). This speeds up initial compilation and saves
memory for functions that won't be optimized. It requires
recompiling the function with deoptimization
support when we decide to optimize it.
BUG=
TEST=
Committed: https://code.google.com/p/v8/source/detail?r=10773
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|