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

Issue 108443004: Ensure that Code objects' kind specific flags are initialized properly. (Closed)

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

Description

Ensure that Code objects' kind specific flags are initialized properly. Also, have the stub cache set a valid MajorKey on stubs it creates. Getting weird random bits frightens and confuses the poor simple type feedback oracle. R=hpayer@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=18309

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M src/code-stubs.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL.
7 years ago (2013-12-13 09:55:21 UTC) #1
Hannes Payer (out of office)
LGTM, minor nits https://codereview.chromium.org/108443004/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/108443004/diff/1/src/objects-inl.h#newcode3921 src/objects-inl.h:3921: } Can we have 2 newlines ...
7 years ago (2013-12-13 10:03:25 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/108443004/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/108443004/diff/1/src/objects-inl.h#newcode3921 src/objects-inl.h:3921: } On 2013/12/13 10:03:26, Hannes Payer wrote: > Can ...
7 years ago (2013-12-13 10:14:25 UTC) #3
Jakob Kummerow
7 years ago (2013-12-13 10:27:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r18309.

Powered by Google App Engine
This is Rietveld 408576698