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

Issue 393693002: Move some isolate state setup from C++ code to JumpToExceptionHandler stub (Closed)

Created:
6 years, 5 months ago by Cutch
Modified:
6 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Move some isolate state setup from C++ code to JumpToExceptionHandler stub This change means that the isolate's top exit frame info and vm tag will only be updated after setting the frame pointer. This is step one in a series of changes to allow the profiler to walk the stack when there is no frame pointer. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=38240

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -23 lines) Patch
M runtime/vm/exceptions.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M runtime/vm/profiler.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/simulator_arm.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/simulator_arm64.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/simulator_mips.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +11 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Cutch
6 years, 5 months ago (2014-07-15 16:26:31 UTC) #1
siva
lgtm
6 years, 5 months ago (2014-07-15 16:35:36 UTC) #2
Cutch
6 years, 5 months ago (2014-07-15 16:39:28 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r38240 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698