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

Delta Between Two Patch Sets: Python/opt/undef-macros.h

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 | « Python/opt/signature-defines.h ('k') | cgen/Lib/opcode.py » ('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 /* 20100419/1711/sbr: the following list represent all macros defined in the 1 /* 20100419/1711/sbr: the following list represent all macros defined in the
2 ceval.c main interpreter dispatch loop; they are all undefined here so as 2 ceval.c main interpreter dispatch loop; they are all undefined here so as
3 to allow the *_SysDefault routine to properly redefine all of its macros 3 to allow the *_SysDefault routine to properly redefine all of its macros
4 immaculately... 4 immaculately...
5 */ 5 */
6 6
7 #undef TARGET_WITH_IMPL 7 #undef TARGET_WITH_IMPL
8 #undef TARGET 8 #undef TARGET
9 #undef DISPATCH 9 #undef DISPATCH
10 #undef FAST_DISPATCH 10 #undef FAST_DISPATCH
(...skipping 29 matching lines...) Expand all
40 #undef BASIC_POP 40 #undef BASIC_POP
41 #undef PUSH 41 #undef PUSH
42 #undef POP 42 #undef POP
43 #undef STACKADJ 43 #undef STACKADJ
44 #undef EXT_POP 44 #undef EXT_POP
45 #undef GETLOCAL 45 #undef GETLOCAL
46 #undef SETLOCAL 46 #undef SETLOCAL
47 47
48 #undef UNWIND_BLOCK 48 #undef UNWIND_BLOCK
49 #undef UNWIND_EXCEPT_HANDLER 49 #undef UNWIND_EXCEPT_HANDLER
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7