updated to current situation
This commit is contained in:
parent
75cfdc06c6
commit
d640f098b9
1 changed files with 15 additions and 11 deletions
|
@ -78,14 +78,16 @@ opening cost parameters:
|
||||||
default -> (6,7)
|
default -> (6,7)
|
||||||
|
|
||||||
register save costs:
|
register save costs:
|
||||||
(8 cases)
|
(10 cases)
|
||||||
0 -> (0,0)
|
0 -> (0,0)
|
||||||
1 -> (3,1)
|
1 -> (1,0)
|
||||||
2 -> (7,3)
|
2 -> (2,0)
|
||||||
3 -> (20,4)
|
3 -> (3,0)
|
||||||
4 -> (20,4)
|
4 -> (4,0)
|
||||||
5 -> (20,4)
|
5 -> (5,0)
|
||||||
6 -> (20,4)
|
6 -> (6,0)
|
||||||
|
7 -> (7,0)
|
||||||
|
8 -> (8,0)
|
||||||
0 -> (0,0)
|
0 -> (0,0)
|
||||||
%%UD
|
%%UD
|
||||||
access costs of global variables:
|
access costs of global variables:
|
||||||
|
@ -104,11 +106,13 @@ array bound harmful?: no
|
||||||
first time then space:
|
first time then space:
|
||||||
addressing modes: op_adp op_lof op_ldf op_loi op_dch op_lpb -1
|
addressing modes: op_adp op_lof op_ldf op_loi op_dch op_lpb -1
|
||||||
op_adp op_lof op_ldf op_loi op_dch op_lpb -1
|
op_adp op_lof op_ldf op_loi op_dch op_lpb -1
|
||||||
cheap operations: op_cii op_cui op_cfi op_ciu op_cff op_cuu op_cif -1
|
cheap operations: op_cii op_cui op_cfi op_ciu op_cff op_cuu op_cif
|
||||||
op_cii op_cui op_cfi op_ciu op_cff op_cuu op_cif -1
|
op_cmi op_cmu op_cmf op_cms op_cmp -1
|
||||||
lexical tresholds: 1 1
|
op_cii op_cui op_cfi op_ciu op_cff op_cuu op_cif
|
||||||
|
op_cmi op_cmu op_cmf op_cms op_cmp -1
|
||||||
|
lexical thresholds: 1 1
|
||||||
indirection limit: 8
|
indirection limit: 8
|
||||||
do sli if index?: no no
|
do sli if index?: no no
|
||||||
forbidden operators: -1 -1
|
forbidden operators: -1 -1
|
||||||
%%SP
|
%%SP
|
||||||
global stack pollution allowed?: no
|
global stack pollution allowed?: yes
|
||||||
|
|
Loading…
Reference in a new issue