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

Issue 101783005: AllocationSite::memento_found_count() and friends need Smi access. (Closed)

Created:
7 years ago by mvstanton
Modified:
7 years ago
CC:
v8-dev
Visibility:
Public.

Description

AllocationSite::memento_found_count() and friends need Smi access. Some new AllocationSite fields weren't accessed with the correct representation. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18253

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M src/hydrogen-instructions.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +23 lines, -0 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
mvstanton
Hi Hannes, Here is the fix for the bug you were looking at. PTAL, thx, ...
7 years ago (2013-12-03 17:53:56 UTC) #1
Hannes Payer (out of office)
LGTM
7 years ago (2013-12-03 19:31:49 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/101783005/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/101783005/diff/1/src/hydrogen-instructions.cc#newcode4272 src/hydrogen-instructions.cc:4272: HObjectAccess HObjectAccess::ForAllocationSiteOffset(int offset) { I'd prefer to have one ...
7 years ago (2013-12-04 06:05:07 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/101783005/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/101783005/diff/1/src/hydrogen-instructions.cc#newcode4272 src/hydrogen-instructions.cc:4272: HObjectAccess HObjectAccess::ForAllocationSiteOffset(int offset) { On 2013/12/04 06:05:07, Benedikt Meurer ...
7 years ago (2013-12-04 07:25:50 UTC) #4
mvstanton
Hi guys, I prefer this style because it's object-oriented. Fields of a single object deserve ...
7 years ago (2013-12-04 09:02:20 UTC) #5
mvstanton
7 years ago (2013-12-04 09:54:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r18253 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698