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

Issue 873233002: Cache WeakCell for optimized code. (Closed)

Created:
5 years, 11 months ago by ulan
Modified:
5 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Cache WeakCell for optimized code. BUG= Committed: https://crrev.com/a730a31a5bbd6162e2891a40ebceaf2e982f80bf Cr-Commit-Position: refs/heads/master@{#26274}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -1 line) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 3 chunks +6 lines, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
ulan
PTAL. I'll use this later in refactoring of dependent code.
5 years, 11 months ago (2015-01-26 14:32:25 UTC) #2
Yang
LGTM https://codereview.chromium.org/873233002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/873233002/diff/1/src/objects.cc#newcode11039 src/objects.cc:11039: if (raw_cell != NULL) return Handle<WeakCell>(raw_cell); Suggestion: add ...
5 years, 11 months ago (2015-01-26 14:55:24 UTC) #3
ulan
https://codereview.chromium.org/873233002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/873233002/diff/1/src/objects.cc#newcode11039 src/objects.cc:11039: if (raw_cell != NULL) return Handle<WeakCell>(raw_cell); On 2015/01/26 14:55:23, ...
5 years, 11 months ago (2015-01-26 15:00:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873233002/20001
5 years, 11 months ago (2015-01-26 15:00:59 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-26 15:31:26 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-26 15:31:42 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a730a31a5bbd6162e2891a40ebceaf2e982f80bf
Cr-Commit-Position: refs/heads/master@{#26274}

Powered by Google App Engine
This is Rietveld 408576698