Chromium Code Reviews
DescriptionAdd a shrinking reduction for dead continuation parameters.
Continuation parameters that have no uses can be eliminated. This is
similar to the reduction for dead values except that that continuation
invocations need to be adjusted.
Performing a dead parameter reduction can create other dead parameter
redexes, dead value redexes, or continuation eta-redexes. Detection
of these redexes does not fit the existing model, where an entire
deleted subterm is visited after being eliminated from the whole term.
Instead, they are detected explicit as part of the reduction
implementation.
R=asgerf@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=43093
Patch Set 1 #
Total comments: 6
Patch Set 2 : Incorporated review comments. #Messages
Total messages: 4 (0 generated)
|