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

Side by Side Diff: cgen/templates/default/binary_xor

Issue 14757: INCA: Inline Caching meets Quickening in Python 3.3
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:
View unified diff | Download patch
« no previous file with comments | « cgen/templates/default/binary_true_divide ('k') | cgen/templates/default/break_loop » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 TARGET(BINARY_XOR)
3 w = POP();
4 v = TOP();
5 x = PyNumber_Xor(v, w);
6 Py_DECREF(v);
7 Py_DECREF(w);
8 SET_TOP(x);
9 if (x != NULL) DISPATCH();
10 goto on_error;;
OLDNEW
« no previous file with comments | « cgen/templates/default/binary_true_divide ('k') | cgen/templates/default/break_loop » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7