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

Issue 135913003: Optimize getField by caching a closure generated from a specialized function kind. (Closed)

Created:
6 years, 10 months ago by rmacnak
Modified:
6 years, 10 months ago
Reviewers:
hausner, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, kasperl
Visibility:
Public.

Description

Optimize getField by caching a closure generated from a specialized function kind.

Patch Set 1 #

Patch Set 2 : no intermediate function, also handle setters #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -2 lines) Patch
M runtime/lib/mirrors.cc View 1 1 chunk +77 lines, -0 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 2 chunks +29 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 5 chunks +19 lines, -1 line 0 comments Download
M runtime/vm/parser.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 2 chunks +72 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
rmacnak
6 years, 10 months ago (2014-02-03 19:25:11 UTC) #1
Baseline    4960
Eval         499
Specialized  482

Smaller is better.


Eval
https://codereview.chromium.org/144383007/

Specialized
https://codereview.chromium.org/135913003/

Powered by Google App Engine
This is Rietveld 408576698