Zachary Anderson
|
6cd8a79078
|
VM: Re-format to use at most one newline between functions
R=asiva@google.com
Review-Url: https://codereview.chromium.org/2974233002 .
|
2017-07-13 08:08:37 -07:00 |
|
Zachary Anderson
|
a1bcf051d8
|
clang-format runtime/vm
R=johnmccutchan@google.com
Review URL: https://codereview.chromium.org/2481873005 .
|
2016-11-08 13:54:47 -08:00 |
|
Daniel Andersson
|
76ff397c1c
|
Migrate LongJumpScope to Thread.
This was one of the blockers for concurrent compilation (issue 24109).
BUG=
R=srdjan@google.com
Review URL: https://codereview.chromium.org//1299653003 .
|
2015-08-17 13:29:17 -07:00 |
|
zra@google.com
|
fdeff1ba17
|
Replaces LongJump with LongJumpScope.
LongJump required explicitly restoring the old
long jump base before function return. This was
sometimes forgotten, leading to crashes. This
change puts the base restoration into the
destructor so that it happens automatically on
return.
R=iposva@google.com
Review URL: https://codereview.chromium.org//108383007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31463 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-01-04 01:23:43 +00:00 |
|
turnidge@google.com
|
53ba5c402e
|
Make the "sticky error" an Error instead of a String.
I do this in preparation for using the sticky error to implement
isolate unwinding.
Review URL: https://chromiumcodereview.appspot.com//9186058
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3367 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-17 19:54:02 +00:00 |
|
dgrove@google.com
|
4c0f559d23
|
Initial checkin.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-05 05:20:07 +00:00 |
|