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

Issue 2184063002: [stubs] Cleanup CodeFactory. (Closed)

Created:
4 years, 4 months ago by Igor Sheludko
Modified:
4 years, 4 months ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Cleanup CodeFactory. Inline XxxIC::initialize_stub_in_optimized_code() methods to CodeFactory and use stub's call interface descriptor instead of hard-coded one. BUG=v8:5236 Committed: https://crrev.com/1ca3d09939da6e0e996d36ae2c1e465e1d7cf055 Cr-Commit-Position: refs/heads/master@{#38093}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -183 lines) Patch
M src/code-factory.cc View 1 13 chunks +96 lines, -116 lines 0 comments Download
M src/code-stubs.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ic/ic.h View 7 chunks +0 lines, -19 lines 0 comments Download
M src/ic/ic.cc View 3 chunks +0 lines, -48 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (18 generated)
Igor Sheludko
PTAL
4 years, 4 months ago (2016-07-27 11:11:16 UTC) #12
Jakob Kummerow
LGTM. What's with the cases that haven't been converted? https://codereview.chromium.org/2184063002/diff/40001/src/code-factory.cc File src/code-factory.cc (right): https://codereview.chromium.org/2184063002/diff/40001/src/code-factory.cc#newcode67 src/code-factory.cc:67: ...
4 years, 4 months ago (2016-07-27 11:29:34 UTC) #16
Igor Sheludko
https://codereview.chromium.org/2184063002/diff/40001/src/code-factory.cc File src/code-factory.cc (right): https://codereview.chromium.org/2184063002/diff/40001/src/code-factory.cc#newcode67 src/code-factory.cc:67: return Callable(stub.GetCode(), LoadDescriptor(isolate)); On 2016/07/27 11:29:34, Jakob wrote: > ...
4 years, 4 months ago (2016-07-27 11:38:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2184063002/60001
4 years, 4 months ago (2016-07-27 11:39:28 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 4 months ago (2016-07-27 12:00:09 UTC) #22
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 12:02:05 UTC) #24
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1ca3d09939da6e0e996d36ae2c1e465e1d7cf055
Cr-Commit-Position: refs/heads/master@{#38093}

Powered by Google App Engine
This is Rietveld 408576698