https://codereview.chromium.org/1217603005/diff/1/src/runtime/runtime-function.cc
File src/runtime/runtime-function.cc (right):

https://codereview.chromium.org/1217603005/diff/1/src/runtime/runtime-function.cc#newcode448
src/runtime/runtime-function.cc:448: Handle<Map> bound_function_map =
Map::Copy(
On 2015/07/01 19:31:55, adamk wrote:
Forcing map creation here seems possibly bad. If you bind the same
function over
and over again this'll create a plethora of new maps.

Can you use Map::TransitionToPrototype() here instead?

Done.

https://codereview.chromium.org/1217603005/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to