Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Issue 567953002: X87: Eliminate Turbofan shims with CodeFactory (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: Eliminate Turbofan shims with CodeFactory port r23877. original commit message: Turbofan needs a code handle and a CallInterfaceDescriptor. At the same time we spread knowledge about how to create the initial IC code object too widely. Consolidate code creation and unify it with a descriptor via CodeFactory. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -30 lines) Patch
M src/x87/builtins-x87.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/x87/full-codegen-x87.cc View 11 chunks +18 lines, -19 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 8 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Jing
6 years, 3 months ago (2014-09-12 08:00:04 UTC) #2
Weiliang
lgtm
6 years, 3 months ago (2014-09-12 08:43:10 UTC) #3
Weiliang
6 years, 3 months ago (2014-09-12 08:45:19 UTC) #4
Committed as r23900

Powered by Google App Engine
This is Rietveld 408576698