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

Issue 1530005: Refactor word copying logic. (Closed)

Created:
10 years, 8 months ago by antonm
Modified:
9 years, 4 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Refactor word copying logic. Committed: http://code.google.com/p/v8/source/detail?r=4310

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing Vitaly's comments #

Patch Set 3 : Assert added and param renamed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -17 lines) Patch
M src/builtins.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap-inl.h View 1 chunk +1 line, -14 lines 0 comments Download
M src/utils.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
antonm
Vitaly, may you have a look? I'll need it for sort implementation.
10 years, 8 months ago (2010-03-29 14:28:55 UTC) #1
Vitaly Repeshko
LGTM with a few nits. http://codereview.chromium.org/1530005/diff/1/4 File src/utils.h (right): http://codereview.chromium.org/1530005/diff/1/4#newcode600 src/utils.h:600: inline void CopyWords(Object** dst, ...
10 years, 8 months ago (2010-03-29 17:02:04 UTC) #2
Vitaly Repeshko
http://codereview.chromium.org/1530005/diff/1/4 File src/utils.h (right): http://codereview.chromium.org/1530005/diff/1/4#newcode606 src/utils.h:606: memcpy(dst, src, words_size * kPointerSize); Oh, and it should ...
10 years, 8 months ago (2010-03-29 17:04:22 UTC) #3
antonm
Thanks a lot for comments, Vitaly http://codereview.chromium.org/1530005/diff/1/4 File src/utils.h (right): http://codereview.chromium.org/1530005/diff/1/4#newcode600 src/utils.h:600: inline void CopyWords(Object** ...
10 years, 8 months ago (2010-03-29 17:23:23 UTC) #4
antonm
assert added, param renamed
10 years, 8 months ago (2010-03-29 17:47:54 UTC) #5
Vitaly Repeshko
10 years, 8 months ago (2010-03-29 17:53:52 UTC) #6
Thanks, LGTM.


-- Vitaly

Powered by Google App Engine
This is Rietveld 408576698