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

Issue 100093004: Collect type information based on stack allocated values for OSR. (Closed)

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

Description

Collect type information based on stack allocated values for OSR. R=jkummerow@chromium.org, rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18343

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : removed assertion #

Patch Set 4 : Add OBJECT_PRINT ifdef #

Total comments: 2

Patch Set 5 : Addressed comment. Use type store. #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -2 lines) Patch
M src/typing.h View 1 2 3 4 5 2 chunks +8 lines, -2 lines 0 comments Download
M src/typing.cc View 1 2 3 4 6 chunks +75 lines, -0 lines 0 comments Download
M src/utils.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
7 years ago (2013-12-12 12:49:58 UTC) #1
Jakob Kummerow
LGTM with nit. https://codereview.chromium.org/100093004/diff/10001/src/typing.cc File src/typing.cc (right): https://codereview.chromium.org/100093004/diff/10001/src/typing.cc#newcode134 src/typing.cc:134: ASSERT(0 <= index && index < ...
7 years ago (2013-12-12 13:46:46 UTC) #2
rossberg
https://codereview.chromium.org/100093004/diff/50001/src/typing.cc File src/typing.cc (right): https://codereview.chromium.org/100093004/diff/50001/src/typing.cc#newcode50 src/typing.cc:50: if (info_->is_osr()) ObserveTypesOnStack(); This should go into the Run ...
7 years ago (2013-12-16 09:57:25 UTC) #3
Yang
On 2013/12/16 09:57:25, rossberg wrote: > https://codereview.chromium.org/100093004/diff/50001/src/typing.cc > File src/typing.cc (right): > > https://codereview.chromium.org/100093004/diff/50001/src/typing.cc#newcode50 > ...
7 years ago (2013-12-16 11:44:19 UTC) #4
rossberg
LGTM with nit https://codereview.chromium.org/100093004/diff/70001/src/typing.h File src/typing.h (right): https://codereview.chromium.org/100093004/diff/70001/src/typing.h#newcode89 src/typing.h:89: inline int stack_local_index(int index) { return ...
7 years ago (2013-12-16 11:49:44 UTC) #5
Yang
https://codereview.chromium.org/100093004/diff/70001/src/typing.h File src/typing.h (right): https://codereview.chromium.org/100093004/diff/70001/src/typing.h#newcode89 src/typing.h:89: inline int stack_local_index(int index) { return index; } On ...
7 years ago (2013-12-16 11:58:35 UTC) #6
Yang
7 years ago (2013-12-18 10:39:05 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r18343 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698