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

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

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/load_deref ('k') | cgen/templates/default/load_global » ('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(LOAD_FAST)
3 x = GETLOCAL(oparg);
4 if (x != NULL) {
5 Py_INCREF(x);
6 PUSH(x);
7 FAST_DISPATCH();
8 }
9 format_exc_check_arg(PyExc_UnboundLocalError,
10 UNBOUNDLOCAL_ERROR_MSG,
11 PyTuple_GetItem(co->co_varnames, oparg));
12 goto on_error;;
OLDNEW
« no previous file with comments | « cgen/templates/default/load_deref ('k') | cgen/templates/default/load_global » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7