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

Issue 1518253002: No gcc, please don't optimize away the stack overflow check. (Closed)

Created:
5 years ago by rmacnak
Modified:
5 years ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

No gcc, please don't optimize away the stack overflow check. Fixes language/issue22159_test for release + noopt. BUG=http://dartbug.com/24659 R=regis@google.com Committed: https://github.com/dart-lang/sdk/commit/1481dde8624043fa0e230bcd1d9cd6fcef2c95bc

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M runtime/vm/dart_entry.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
rmacnak
Strangely adding volatile to the local in GetCurrentStackPointer does not fix things, which I would ...
5 years ago (2015-12-12 00:47:26 UTC) #2
regis
lgtm, although somewhat brittle. Using inline assembly would be more robust.
5 years ago (2015-12-12 00:58:50 UTC) #3
rmacnak
5 years ago (2015-12-14 17:20:14 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1481dde8624043fa0e230bcd1d9cd6fcef2c95bc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698