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

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

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/jump_if_true_or_pop ('k') | cgen/templates/default/load_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(LIST_APPEND) 2 TARGET(LIST_APPEND)
3 w = POP(); 3 w = POP();
4 v = PEEK(oparg); 4 v = PEEK(oparg);
5 err = PyList_Append(v, w); 5 err = PyList_Append(v, w);
6 Py_DECREF(w); 6 Py_DECREF(w);
7 if (err == 0) { 7 if (err == 0) {
8 PREDICT(JUMP_ABSOLUTE); 8 PREDICT(JUMP_ABSOLUTE);
9 DISPATCH(); 9 DISPATCH();
10 } 10 }
11 goto on_error;;;; 11 goto on_error;;;;
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7