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

Issue 25062003: - Add special access for receiver as it is a frequently used operation (Closed)

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

Description

- Add special access for receiver as it is a frequently used operation - Merge closure/instance function bitfields into one bitfield to simplify access to arguments. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=28028

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -36 lines) Patch
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/native_arguments.h View 1 2 3 chunks +57 lines, -35 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
7 years, 2 months ago (2013-09-27 18:30:35 UTC) #1
regis
LGTM https://chromiumcodereview.appspot.com/25062003/diff/9001/runtime/vm/native_arguments.h File runtime/vm/native_arguments.h (right): https://chromiumcodereview.appspot.com/25062003/diff/9001/runtime/vm/native_arguments.h#newcode113 runtime/vm/native_arguments.h:113: return NativeReceiver(); I would add a comment that ...
7 years, 2 months ago (2013-09-27 19:34:39 UTC) #2
siva
https://chromiumcodereview.appspot.com/25062003/diff/9001/runtime/vm/native_arguments.h File runtime/vm/native_arguments.h (right): https://chromiumcodereview.appspot.com/25062003/diff/9001/runtime/vm/native_arguments.h#newcode113 runtime/vm/native_arguments.h:113: return NativeReceiver(); Good point. As discussed offline I have ...
7 years, 2 months ago (2013-09-27 21:12:37 UTC) #3
siva
7 years, 2 months ago (2013-09-27 22:22:26 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r28028 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698