Actions
Bug #20572
closedCompilation hangs with nested until
Bug #20572:
Compilation hangs with nested until
Updated by nobu (Nobuyoshi Nakada) about 2 years ago
Since ruby --dump=i,-opt -e 'until while 1; end; end' finishes immediately, it is a bug of optimization.
Updated by kddnewton (Kevin Newton) about 2 years ago
Updated by nobu (Nobuyoshi Nakada) about 2 years ago
- Status changed from Open to Closed
Applied in changeset git|32a555ea532fb15721ad403e6dce0a2ffc346f12.
[Bug #20572] Abandon if replacing destination is the same
Actions