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

Issue 10243001: Support cyclic types and F-bounded quantification (issue 439). (Closed)

Created:
8 years, 8 months ago by regis
Modified:
8 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support cyclic types and F-bounded quantification (issue 439). Added tests for F-bounded quantification. Committed: https://code.google.com/p/dart/source/detail?r=7047

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -31 lines) Patch
M runtime/vm/class_finalizer.cc View 1 3 chunks +35 lines, -17 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 3 chunks +2 lines, -4 lines 0 comments Download
M tests/language/language.status View 1 2 chunks +0 lines, -9 lines 0 comments Download
M tests/language/src/FBoundedQuantificationTest.dart View 1 1 chunk +36 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
8 years, 8 months ago (2012-04-26 22:20:25 UTC) #1
srdjan
LGTM https://chromiumcodereview.appspot.com/10243001/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://chromiumcodereview.appspot.com/10243001/diff/1/runtime/vm/class_finalizer.cc#newcode525 runtime/vm/class_finalizer.cc:525: // we must avoid the fractal of death. ...
8 years, 8 months ago (2012-04-26 22:30:21 UTC) #2
regis
8 years, 8 months ago (2012-04-26 22:39:04 UTC) #3
Thanks!

https://chromiumcodereview.appspot.com/10243001/diff/1/runtime/vm/class_final...
File runtime/vm/class_finalizer.cc (right):

https://chromiumcodereview.appspot.com/10243001/diff/1/runtime/vm/class_final...
runtime/vm/class_finalizer.cc:525: // we must avoid the fractal of death. We
therefore map the inner most
On 2012/04/26 22:30:21, srdjan wrote:
> Need a link to 'fractal of death'  description ;-)
> 

Renamed "fractal of death" to "endless recursion".

> Also "innermost"
Done.

Powered by Google App Engine
This is Rietveld 408576698