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

Issue 8440065: Simulate VM behavior wrt open receive ports. (Closed)

Created:
9 years, 1 month ago by floitsch
Modified:
9 years, 1 month ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Simulate VM behavior wrt open receive ports. VM times out. DartC now exits with exception. Committed: https://code.google.com/p/dart/source/detail?r=1146

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M compiler/lib/implementation/isolate.js View 1 2 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
floitsch
9 years, 1 month ago (2011-11-03 12:32:46 UTC) #1
kasperl
LGTM. http://codereview.chromium.org/8440065/diff/1/compiler/lib/implementation/isolate.js File compiler/lib/implementation/isolate.js (right): http://codereview.chromium.org/8440065/diff/1/compiler/lib/implementation/isolate.js#newcode391 compiler/lib/implementation/isolate.js:391: } else if (isolate$isolateRegistry.get(isolate$rootIsolate.id) && I would compare ...
9 years, 1 month ago (2011-11-03 13:16:00 UTC) #2
floitsch
9 years, 1 month ago (2011-11-03 13:28:53 UTC) #3
http://codereview.chromium.org/8440065/diff/1/compiler/lib/implementation/iso...
File compiler/lib/implementation/isolate.js (right):

http://codereview.chromium.org/8440065/diff/1/compiler/lib/implementation/iso...
compiler/lib/implementation/isolate.js:391: } else if
(isolate$isolateRegistry.get(isolate$rootIsolate.id) &&
On 2011/11/03 13:16:00, kasperl wrote:
> I would compare this against null.

added .contains method.

Powered by Google App Engine
This is Rietveld 408576698