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

Issue 12096105: Instead of setting up the can intrinsify state lazily setup eagerly (Closed)

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

Description

Instead of setting up the can intrinsify state lazily setup eagerly in Object::Init() so that the snapshot will carry it and when running from a snapshot Intrinsifier::CanIntrinsify can be just a bit check. Committed: https://code.google.com/p/dart/source/detail?r=17995

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -79 lines) Patch
M vm/intrinsifier.h View 1 2 5 chunks +20 lines, -8 lines 0 comments Download
M vm/intrinsifier.cc View 1 2 4 chunks +60 lines, -53 lines 0 comments Download
M vm/object.h View 1 2 3 chunks +6 lines, -15 lines 0 comments Download
M vm/object.cc View 1 2 4 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
7 years, 10 months ago (2013-02-01 02:54:35 UTC) #1
siva
synched up to TOT.
7 years, 10 months ago (2013-02-01 19:04:49 UTC) #2
srdjan
7 years, 10 months ago (2013-02-01 19:10:31 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698