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

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

Issue 14757: INCA: Inline Caching meets Quickening in Python 3.3
Left Patch Set: Created 1 year ago
Right Patch Set: Created 1 year 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/set_add ('k') | cgen/templates/default/setup_with » ('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_WITH_IMPL(SETUP_LOOP, _setup_finally) 2 TARGET_WITH_IMPL(SETUP_LOOP, _setup_finally)
3 TARGET_WITH_IMPL(SETUP_EXCEPT, _setup_finally) 3 TARGET_WITH_IMPL(SETUP_EXCEPT, _setup_finally)
4 TARGET(SETUP_FINALLY) 4 TARGET(SETUP_FINALLY)
5 _setup_finally: 5 _setup_finally:
6 /* NOTE: If you add any new block-setup opcodes that 6 /* NOTE: If you add any new block-setup opcodes that
7 are not try/except/finally handlers, you may need 7 are not try/except/finally handlers, you may need
8 to update the PyGen_NeedsFinalizing() function. 8 to update the PyGen_NeedsFinalizing() function.
9 */ 9 */
10 10
11 PyFrame_BlockSetup(f, opcode, INSTR_OFFSET() + oparg, 11 PyFrame_BlockSetup(f, opcode, INSTR_OFFSET() + oparg,
12 STACK_LEVEL()); 12 STACK_LEVEL());
13 DISPATCH(); 13 DISPATCH();
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7