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

Issue 17600006: CPUProfiler: It is not clear why we are using Handle<Object> for scriptId. Lets flip it into Smi/in… (Closed)

Created:
7 years, 6 months ago by loislo
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

CPUProfiler: It is not clear why we are using Handle<Object> for scriptId. Lets flip it into Smi/int. By the nature it is integer. So we can work with it as with Smi internaly and use int in the external API. BUG=none TEST=existing tests R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15327

Patch Set 1 #

Total comments: 16

Patch Set 2 : comments addressed #

Patch Set 3 : comments addressed #

Patch Set 4 : comments addressed #

Patch Set 5 : change in test was reverted #

Total comments: 1

Patch Set 6 : comments addressed #

Patch Set 7 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -28 lines) Patch
M include/v8.h View 1 2 3 4 5 3 chunks +19 lines, -0 lines 0 comments Download
M src/api.cc View 1 3 chunks +23 lines, -0 lines 0 comments Download
M src/debug.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +4 lines, -14 lines 0 comments Download
M src/heap.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M src/heap.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap-inl.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
loislo
7 years, 6 months ago (2013-06-25 11:40:09 UTC) #1
yurys
https://codereview.chromium.org/17600006/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/17600006/diff/1/include/v8.h#newcode1047 include/v8.h:1047: V8_DEPRECATED(Local<Value> Id()); Won't this break Blink compilation? https://codereview.chromium.org/17600006/diff/1/include/v8.h#newcode2358 include/v8.h:2358: ...
7 years, 6 months ago (2013-06-25 11:57:38 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/17600006/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/17600006/diff/1/src/api.cc#newcode4355 src/api.cc:4355: return i::Script::kNoScriptId; nit: {} please https://codereview.chromium.org/17600006/diff/1/src/heap.h File src/heap.h (right): ...
7 years, 6 months ago (2013-06-25 11:58:39 UTC) #3
loislo
comments addressed https://codereview.chromium.org/17600006/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/17600006/diff/1/include/v8.h#newcode1047 include/v8.h:1047: V8_DEPRECATED(Local<Value> Id()); On 2013/06/25 11:57:38, Yury Semikhatsky ...
7 years, 6 months ago (2013-06-25 13:04:53 UTC) #4
Jakob Kummerow
LGTM with a comment. Please avoid rebasing between patch sets as it screws up the ...
7 years, 6 months ago (2013-06-25 14:32:13 UTC) #5
loislo
7 years, 6 months ago (2013-06-25 14:58:05 UTC) #6
Message was sent while issue was closed.
Committed patchset #7 manually as r15327 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698