Fix race at GCInfo::index.
This is a fix for the data race in GCInfoAtBase::index. The GCInfo is defined as static local and this causes race while allocating new objects. This CL reduces the initialization time by using function pointer to get the class name instead of string parsing. BUG=524237 Review URL: https://codereview.chromium.org/1312963002 git-svn-id: svn://svn.chromium.org/blink/trunk@201223 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment