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

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

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/map_add ('k') | cgen/templates/default/pop_except » ('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(POP_BLOCK) 2 TARGET(POP_BLOCK)
3 { 3 {
4 PyTryBlock *b = PyFrame_BlockPop(f); 4 PyTryBlock *b = PyFrame_BlockPop(f);
5 UNWIND_BLOCK(b); 5 UNWIND_BLOCK(b);
6 } 6 }
7 DISPATCH(); 7 DISPATCH();
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7