Files
sdk/runtime
Florian Schneider 7615e899be Cache hash code for closures.
Computing the hash code for closures is fairly expensive since
it involves the function name and signature strings.

This CL caches the hash code in the ClosureData object.

Fixes #28161.

R=asiva@google.com

Review-Url: https://codereview.chromium.org/2598623002 .
2016-12-23 11:39:23 +01:00
..
2016-12-23 11:39:23 +01:00
2016-12-22 16:21:06 -08:00
2016-12-20 09:44:08 -08:00
2016-12-23 11:39:23 +01:00