Chromium Code Reviews

Issue 541353002: X87: CallDescriptors::InitializeForIsolate() is no longer needed. (Closed)

Created:
6 years, 3 months ago by Jing
Modified:
6 years, 3 months ago
Reviewers:
Weiliang, mvstanton
CC:
v8-dev, danno
Base URL:
https://github.com/v8/v8.git@bleeding_edge
Project:
v8
Visibility:
Public.

Description

X87: CallDescriptors::InitializeForIsolate() is no longer needed. port r23652. original commit message: CallDescriptors::InitializeForIsolate() is no longer needed. CallInterfaceDescriptors initialize themselves lazily. Soon we can also tear down the CodeStubInterfaceDescriptor explicit initialization step. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+58 lines, -58 lines)
M src/x87/interface-descriptors-x87.cc View 7 chunks +58 lines, -58 lines 0 comments

Messages

Total messages: 4 (1 generated)
Jing
6 years, 3 months ago (2014-09-05 06:41:57 UTC) #2
Weiliang
lgtm
6 years, 3 months ago (2014-09-05 07:24:38 UTC) #3
Weiliang
6 years, 3 months ago (2014-09-05 07:25:36 UTC) #4
Committed as r23713

Powered by Google App Engine