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

Issue 23464073: Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail. (Closed)

Created:
7 years, 3 months ago by rmacnak
Modified:
7 years, 3 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=27542

Patch Set 1 : #

Total comments: 4

Patch Set 2 : move impl to dart::Instance; fast path for true identity #

Patch Set 3 : weaken nogc claim #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -18 lines) Patch
M runtime/include/dart_api.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/lib/identical.cc View 1 1 chunk +1 line, -15 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +12 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rmacnak
7 years, 3 months ago (2013-09-16 20:54:14 UTC) #1
siva
LGTM once comments are addressed. https://codereview.chromium.org/23464073/diff/3001/runtime/lib/identical.cc File runtime/lib/identical.cc (right): https://codereview.chromium.org/23464073/diff/3001/runtime/lib/identical.cc#newcode26 runtime/lib/identical.cc:26: } This method should ...
7 years, 3 months ago (2013-09-17 00:06:24 UTC) #2
rmacnak
On 2013/09/17 00:06:24, siva wrote: > LGTM once comments are addressed. > > https://codereview.chromium.org/23464073/diff/3001/runtime/lib/identical.cc > ...
7 years, 3 months ago (2013-09-17 01:14:05 UTC) #3
rmacnak
7 years, 3 months ago (2013-09-17 01:30:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r27542 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698