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

Issue 506933002: Keep track of stack base whenever Dart code is invoked. (Closed)

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

Description

- Keep track of stack base whenever Dart code is invoked. - Update stack limit based on stack base. R=asiva@google.com, turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=39613

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -13 lines) Patch
M runtime/vm/dart_entry.cc View 1 2 3 2 chunks +27 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 5 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 chunks +15 lines, -5 lines 0 comments Download
M runtime/vm/profiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Cutch
johnmccutchan@google.com changed reviewers: + asiva@google.com, turnidge@google.com
6 years, 3 months ago (2014-08-26 15:05:55 UTC) #1
Cutch
6 years, 3 months ago (2014-08-26 15:06:03 UTC) #2
Cutch
PTAL
6 years, 3 months ago (2014-08-26 17:22:55 UTC) #3
turnidge
lgtm
6 years, 3 months ago (2014-08-26 17:30:31 UTC) #4
turnidge
lgtm
6 years, 3 months ago (2014-08-26 17:30:33 UTC) #5
siva
As discussed offline : - naming of the variables is inconsistent we decided to use ...
6 years, 3 months ago (2014-08-26 20:43:20 UTC) #6
Cutch
PTAL
6 years, 3 months ago (2014-08-26 22:34:45 UTC) #7
siva
lgtm https://chromiumcodereview.appspot.com/506933002/diff/40001/runtime/vm/dart_entry.cc File runtime/vm/dart_entry.cc (right): https://chromiumcodereview.appspot.com/506933002/diff/40001/runtime/vm/dart_entry.cc#newcode45 runtime/vm/dart_entry.cc:45: ASSERT(isolate_ != NULL); ASSERT(isolate == Isolate::Current()); https://chromiumcodereview.appspot.com/506933002/diff/40001/runtime/vm/dart_entry.cc#newcode52 runtime/vm/dart_entry.cc:52: ...
6 years, 3 months ago (2014-08-27 18:21:37 UTC) #8
Cutch
https://chromiumcodereview.appspot.com/506933002/diff/40001/runtime/vm/dart_entry.cc File runtime/vm/dart_entry.cc (right): https://chromiumcodereview.appspot.com/506933002/diff/40001/runtime/vm/dart_entry.cc#newcode45 runtime/vm/dart_entry.cc:45: ASSERT(isolate_ != NULL); On 2014/08/27 18:21:37, siva wrote: > ...
6 years, 3 months ago (2014-08-27 18:28:14 UTC) #9
Cutch
6 years, 3 months ago (2014-08-27 18:28:56 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 39613 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698