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

Issue 8523013: Cache isolate in the StackTrace object to that we don't call (Closed)

Created:
9 years, 1 month ago by siva
Modified:
9 years, 1 month ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Cache isolate in the StackTrace object to that we don't call Isolate::Current in the destructor, HandleScope and Zone. TBR=iposva (already reviewed change on other client). Committed: https://code.google.com/p/dart/source/detail?r=1427

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -26 lines) Patch
M runtime/vm/allocation.h View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/allocation.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M runtime/vm/handles.cc View 1 chunk +10 lines, -14 lines 0 comments Download
M runtime/vm/zone.cc View 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
9 years, 1 month ago (2011-11-10 21:02:32 UTC) #1
Ivan Posva
9 years, 1 month ago (2011-11-10 21:10:59 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698