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

Issue 533483003: Cleanup throwing of the RangeError in the runtime to remove duplicated code. (Closed)

Created:
6 years, 3 months ago by Vyacheslav Egorov (Google)
Modified:
6 years, 3 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Cleanup throwing of the RangeError in the runtime to remove duplicated code. Improve List._copyFromObjectArray native performance for large arrays by using PassiveObject instead of Object. R=iposva@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=39911

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -57 lines) Patch
M runtime/lib/array.cc View 1 5 chunks +28 lines, -17 lines 0 comments Download
M runtime/lib/growable_array.cc View 1 3 chunks +8 lines, -11 lines 0 comments Download
M runtime/lib/simd128.cc View 1 1 chunk +2 lines, -6 lines 0 comments Download
M runtime/lib/string.cc View 1 2 chunks +8 lines, -16 lines 0 comments Download
M runtime/lib/typed_data.cc View 1 1 chunk +6 lines, -7 lines 0 comments Download
M runtime/vm/exceptions.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Vyacheslav Egorov (Google)
6 years, 3 months ago (2014-09-02 12:55:25 UTC) #1
Ivan Posva
https://codereview.chromium.org/533483003/diff/1/runtime/lib/array.cc File runtime/lib/array.cc (left): https://codereview.chromium.org/533483003/diff/1/runtime/lib/array.cc#oldcode81 runtime/lib/array.cc:81: Object& src_obj = Object::Handle(); PassiveObject& src_obj = ... Since ...
6 years, 3 months ago (2014-09-02 15:27:07 UTC) #2
Vyacheslav Egorov (Google)
I will split error messages out into a separate CL, I still not sure what ...
6 years, 3 months ago (2014-09-02 16:02:53 UTC) #3
Vyacheslav Egorov (Google)
Please take another look. I reverted memmove based optimization, so this CL is 99% about ...
6 years, 3 months ago (2014-09-03 13:08:36 UTC) #4
Vyacheslav Egorov (Google)
ping
6 years, 3 months ago (2014-09-04 11:56:50 UTC) #5
Ivan Posva
LGTM Thanks! -Ivan
6 years, 3 months ago (2014-09-04 15:07:35 UTC) #6
Vyacheslav Egorov (Google)
6 years, 3 months ago (2014-09-05 13:16:09 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 39911 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698