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

Delta Between Two Patch Sets: cgen/templates/default/continue_loop

Issue 14757: INCA: Inline Caching meets Quickening in Python 3.3
Left Patch Set: Created 1 year, 1 month ago
Right Patch Set: Created 1 year, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « cgen/templates/default/compare_op ('k') | cgen/templates/default/delete_attr » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 1
2 TARGET(CONTINUE_LOOP) 2 TARGET(CONTINUE_LOOP)
3 retval = PyLong_FromLong(oparg); 3 retval = PyLong_FromLong(oparg);
4 if (!retval) { 4 if (!retval) {
5 x = NULL; 5 x = NULL;
6 goto on_error;; 6 goto on_error;;
7 } 7 }
8 why = WHY_CONTINUE; 8 why = WHY_CONTINUE;
9 goto fast_block_end; 9 goto fast_block_end;
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7