DescriptionExplicitly use a Zone when allocating Range.
This CL is a step towards removing ZoneObject's new operator without a Zone
parameter, which uses Isolate::Current. For e.g. the bulletben benchmark, this
CL reduces the number of calls to this new operator by roughly 120k, but we are
still left with 780k calls from other sites...
Committed: https://code.google.com/p/v8/source/detail?r=10860
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|