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

Delta Between Two Patch Sets: cgen/templates/opcode-defs.h.impl

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/instr-targets.h.impl ('k') | cgen/templates/rewrite-fun.h.impl » ('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 import instructions 2 import instructions
3 %>\ 3 %>\
4 4
5 % for opcode, instr_obj in enumerate(instr_set): 5 % for opcode, instr_obj in enumerate(instr_set):
6 % if type(instr_obj) != instructions.UnknownInstr: 6 % if type(instr_obj) != instructions.UnknownInstr:
7 #define ${instr_obj.id.ljust( instr_set.max_ident_len + 15)} ${opcode} 7 #define ${instr_obj.id.ljust( instr_set.max_ident_len + 15)} ${opcode}
8 % endif 8 % endif
9 % endfor 9 % endfor
10 10
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7