Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(2635)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
to create issues and add comments
Delta Between Two Patch Sets: cgen/templates/default/jump_forward
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:
Base
Patch Set 1: None
Patch Set 2: None
Patch Set 3: None
Patch Set 4: None
Patch Set 5: None
Right:
Patch Set 1: None
Patch Set 2: None
Patch Set 3: None
Patch Set 4: None
Patch Set 5: None
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Jump to:
.gitignore
.hgignore
Python/opt/aux-impl.h
Python/opt/config.h
Python/opt/gen/debug-opcodes.h.gen
Python/opt/gen/inca-instr-decoding.h.gen
Python/opt/gen/instr-impl.h.gen
Python/opt/gen/opcode.h.gen
Python/opt/gen/rewrite-inca-fun.h.gen
Python/opt/gen/threaded-code.h.gen
Python/opt/interpreter-macro-defs.h
Python/opt/interpreter-macro-redefinitions.h
Python/opt/signature-defines.h
Python/opt/undef-macros.h
cgen/Lib/opcode.py
cgen/cgen.py
cgen/inca.py
cgen/incacalls.py
cgen/instructions.py
cgen/templates/FastCFunctionDerivative
cgen/templates/FastCVarArgsDerivative
cgen/templates/FastGeneratorDerivative
cgen/templates/FastPyFunctionDerivative
cgen/templates/FastPyFunctionDoCallDerivative
cgen/templates/FastPyMethodDerivative
cgen/templates/IncaBuildDerivative
cgen/templates/IncaBuildSliceDerivative
cgen/templates/IncaComparisonDerivative
cgen/templates/IncaDerivative
cgen/templates/IncaIteratorDerivative
cgen/templates/IncaStringConcatDerivative
cgen/templates/IncaSubscriptDerivative
cgen/templates/IncaUnpackDerivative
cgen/templates/NonQuickeningCallDerivative
cgen/templates/base.impl
cgen/templates/copyright
cgen/templates/debug-opcodes.h.impl
cgen/templates/default/binary_add
cgen/templates/default/binary_and
cgen/templates/default/binary_floor_divide
cgen/templates/default/binary_lshift
cgen/templates/default/binary_modulo
cgen/templates/default/binary_multiply
cgen/templates/default/binary_or
cgen/templates/default/binary_power
cgen/templates/default/binary_rshift
cgen/templates/default/binary_subscr
cgen/templates/default/binary_subtract
cgen/templates/default/binary_true_divide
cgen/templates/default/binary_xor
cgen/templates/default/break_loop
cgen/templates/default/build_list
cgen/templates/default/build_map
cgen/templates/default/build_set
cgen/templates/default/build_slice
cgen/templates/default/build_tuple
cgen/templates/default/call_function
cgen/templates/default/call_function_var_kw
cgen/templates/default/compare_op
cgen/templates/default/continue_loop
cgen/templates/default/delete_attr
cgen/templates/default/delete_deref
cgen/templates/default/delete_fast
cgen/templates/default/delete_global
cgen/templates/default/delete_name
cgen/templates/default/delete_subscr
cgen/templates/default/dup_top
cgen/templates/default/dup_top_two
cgen/templates/default/end_finally
cgen/templates/default/extended_arg
cgen/templates/default/for_iter
cgen/templates/default/get_iter
cgen/templates/default/import_from
cgen/templates/default/import_name
cgen/templates/default/import_star
cgen/templates/default/inplace_add
cgen/templates/default/inplace_and
cgen/templates/default/inplace_floor_divide
cgen/templates/default/inplace_lshift
cgen/templates/default/inplace_modulo
cgen/templates/default/inplace_multiply
cgen/templates/default/inplace_or
cgen/templates/default/inplace_power
cgen/templates/default/inplace_rshift
cgen/templates/default/inplace_subtract
cgen/templates/default/inplace_true_divide
cgen/templates/default/inplace_xor
cgen/templates/default/jump_absolute
cgen/templates/default/jump_forward
cgen/templates/default/jump_if_false_or_pop
cgen/templates/default/jump_if_true_or_pop
cgen/templates/default/list_append
cgen/templates/default/load_attr
cgen/templates/default/load_build_class
cgen/templates/default/load_closure
cgen/templates/default/load_const
cgen/templates/default/load_deref
cgen/templates/default/load_fast
cgen/templates/default/load_global
cgen/templates/default/load_name
cgen/templates/default/make_function
cgen/templates/default/map_add
cgen/templates/default/pop_block
cgen/templates/default/pop_except
cgen/templates/default/pop_jump_if_false
cgen/templates/default/pop_jump_if_true
cgen/templates/default/pop_top
cgen/templates/default/print_expr
cgen/templates/default/raise_varargs
cgen/templates/default/return_value
cgen/templates/default/rot_four
cgen/templates/default/rot_three
cgen/templates/default/rot_two
cgen/templates/default/set_add
cgen/templates/default/setup_finally
cgen/templates/default/setup_with
cgen/templates/default/store_attr
cgen/templates/default/store_deref
cgen/templates/default/store_fast
cgen/templates/default/store_global
cgen/templates/default/store_locals
cgen/templates/default/store_map
cgen/templates/default/store_name
cgen/templates/default/store_subscr
cgen/templates/default/unary_invert
cgen/templates/default/unary_negative
cgen/templates/default/unary_not
cgen/templates/default/unary_positive
cgen/templates/default/unpack_ex
cgen/templates/default/unpack_sequence
cgen/templates/default/with_cleanup
cgen/templates/default/yield_from
cgen/templates/default/yield_value
cgen/templates/inca-instr-decoding.h.impl
cgen/templates/inlined/PyComplex_Type
cgen/templates/inlined/PyFloat_Type
cgen/templates/inlined/PyLong_Type
cgen/templates/inlined/PyRangeIter_Type
cgen/templates/instr-targets.h.impl
cgen/templates/opcode-defs.h.impl
cgen/templates/rewrite-fun.h.impl
cgen/typedefs.py
Left:
Side by side diff
|
Download
Right:
Side by side diff
|
Download
« no previous file with change/comment
|
« cgen/templates/default/jump_absolute
('k') |
cgen/templates/default/jump_if_false_or_pop »
('j') |
no next file with change/comment »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
LEFT
RIGHT
1
1
2 TARGET(JUMP_FORWARD)
2 TARGET(JUMP_FORWARD)
3 JUMPBY(oparg);
3 JUMPBY(oparg);
4 FAST_DISPATCH();
4 FAST_DISPATCH();
LEFT
RIGHT
« cgen/templates/default/jump_absolute
('k') |
cgen/templates/default/jump_if_false_or_pop »
('j') |
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Toggle Comments
('s')
Issue 14757: INCA: Inline Caching meets Quickening in Python 3.3
Created 1 year, 1 month ago by s.brunthaler_uci.edu
Modified 1 year, 1 month ago
Reviewers:
Base URL: None
Comments: 0
Recent Issues
|
This issue
This is Rietveld
cbc36f91f3f7