Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(95)

Unified Diff: Include/opcode.h

Issue 20103: http://bugs.python.org/issue2459 -- speed up loops SVN Base: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: Created 9 months, 1 week ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
« no previous file | Lib/compiler/pyassem.py » ('j') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Include/opcode.h
===================================================================
--- Include/opcode.h (revision 70087)
+++ Include/opcode.h (working copy)
@@ -87,7 +87,7 @@
#define STORE_NAME 90 /* Index in name list */
#define DELETE_NAME 91 /* "" */
#define UNPACK_SEQUENCE 92 /* Number of sequence items */
-#define FOR_ITER 93
+#define FOR_ITER 93 /* Byte index of beginning of loop body */
#define LIST_APPEND 94
#define STORE_ATTR 95 /* Index in name list */
« no previous file | Lib/compiler/pyassem.py » ('j')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497