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

Issue 15398008: implement fast ReturnValue setters (Closed)

Created:
7 years, 7 months ago by dcarney
Modified:
7 years, 7 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

implement fast ReturnValue setters R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14738

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comments #

Patch Set 3 : added inlining #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -36 lines) Patch
M include/v8.h View 1 8 chunks +93 lines, -8 lines 0 comments Download
M src/api.cc View 1 chunk +9 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 2 2 chunks +3 lines, -26 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
https://chromiumcodereview.appspot.com/15398008/diff/1/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/15398008/diff/1/include/v8.h#newcode5145 include/v8.h:5145: V8_INLINE(internal::Object* IntToSmi(int value)) { I think returning internal::Smi* (here ...
7 years, 7 months ago (2013-05-21 14:14:56 UTC) #1
dcarney
https://chromiumcodereview.appspot.com/15398008/diff/1/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/15398008/diff/1/include/v8.h#newcode5145 include/v8.h:5145: V8_INLINE(internal::Object* IntToSmi(int value)) { On 2013/05/21 14:14:56, Sven Panne ...
7 years, 7 months ago (2013-05-21 15:14:44 UTC) #2
Sven Panne
lgtm
7 years, 7 months ago (2013-05-22 06:12:24 UTC) #3
dcarney
7 years, 7 months ago (2013-05-22 06:35:47 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r14738 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698