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

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

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/binary_subtract ('k') | cgen/templates/default/binary_xor » ('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(BINARY_TRUE_DIVIDE) 2 TARGET(BINARY_TRUE_DIVIDE)
3 w = POP(); 3 w = POP();
4 v = TOP(); 4 v = TOP();
5 x = PyNumber_TrueDivide(v, w); 5 x = PyNumber_TrueDivide(v, w);
6 Py_DECREF(v); 6 Py_DECREF(v);
7 Py_DECREF(w); 7 Py_DECREF(w);
8 SET_TOP(x); 8 SET_TOP(x);
9 if (x != NULL) DISPATCH(); 9 if (x != NULL) DISPATCH();
10 goto on_error;; 10 goto on_error;;
11 11
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7