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

Issue 298843003: Reorder checks in Runtime_TypedArrayInitialize* (Closed)

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

Description

Reorder checks in Runtime_TypedArrayInitialize* All checks must be performed before any side effects, so we get atomic transactions BUG=chromium:374443 LOG=n R=dslomov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21410

Patch Set 1 #

Total comments: 1

Patch Set 2 : refactored #

Patch Set 3 : typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -23 lines) Patch
M src/runtime.cc View 1 2 6 chunks +26 lines, -23 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
PTAL.
6 years, 7 months ago (2014-05-21 09:36:25 UTC) #1
Dmitry Lomov (no reviews)
lgtm, small aesthetics nit. https://codereview.chromium.org/298843003/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/298843003/diff/1/src/runtime.cc#newcode1020 src/runtime.cc:1020: ASSERT(holder->GetInternalFieldCount() == Nit: could you ...
6 years, 7 months ago (2014-05-21 11:02:46 UTC) #2
Jakob Kummerow
Refactored as discussed. Do you like this better?
6 years, 7 months ago (2014-05-21 12:28:52 UTC) #3
Dmitry Lomov (no reviews)
On 2014/05/21 12:28:52, Jakob wrote: > Refactored as discussed. Do you like this better? lgtm, ...
6 years, 7 months ago (2014-05-21 12:30:03 UTC) #4
Jakob Kummerow
6 years, 7 months ago (2014-05-21 12:36:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r21410 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698