[New-bugs-announce] [issue1394] simple patch, improving unreachable bytecode removing

Paul Pogonyshev report at bugs.python.org
Mon Nov 5 23:09:01 CET 2007


New submission from Paul Pogonyshev:

This patch improves bytecode output, by removing unreachable code.  It
doesn't target special cases, as now, but provides a generic implementation.

----------
components: Interpreter Core
files: unreachable-code.diff
messages: 57141
nosy: Paul Pogonyshev
severity: minor
status: open
title: simple patch, improving unreachable bytecode removing
versions: Python 2.6
Added file: http://bugs.python.org/file8699/unreachable-code.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1394>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: unreachable-code.diff
Url: http://mail.python.org/pipermail/new-bugs-announce/attachments/20071105/fc6bed03/attachment.txt 


More information about the New-bugs-announce mailing list