corrected register save cost counts
This commit is contained in:
parent
8b397ebf05
commit
41ca723d96
|
@ -7,7 +7,7 @@ CPP=$(EMLIB)/cpp
|
||||||
LDFLAGS=-i
|
LDFLAGS=-i
|
||||||
CPPFLAGS=-DVERBOSE -DNOTCOMPACT
|
CPPFLAGS=-DVERBOSE -DNOTCOMPACT
|
||||||
CFLAGS=$(CPPFLAGS) -O
|
CFLAGS=$(CPPFLAGS) -O
|
||||||
LINTFLAGS=-hbac
|
LINTFLAGS=-hbu
|
||||||
|
|
||||||
SOURCES = i86.descr m68k2.descr pdp.descr vax4.descr m68k4.descr m68020.descr \
|
SOURCES = i86.descr m68k2.descr pdp.descr vax4.descr m68k4.descr m68020.descr \
|
||||||
em22.descr em24.descr em44.descr
|
em22.descr em24.descr em44.descr
|
||||||
|
|
|
@ -79,8 +79,8 @@ register save costs:
|
||||||
5 -> (50,10)
|
5 -> (50,10)
|
||||||
6 -> (58,10)
|
6 -> (58,10)
|
||||||
7 -> (66,10)
|
7 -> (66,10)
|
||||||
8 -> (84,10)
|
8 -> (74,10)
|
||||||
9 -> (92,10)
|
9 -> (82,10)
|
||||||
0 -> (0,0)
|
0 -> (0,0)
|
||||||
%%UD
|
%%UD
|
||||||
access costs of global variables:
|
access costs of global variables:
|
||||||
|
|
Loading…
Reference in a new issue