cpu: introduce "staticfast"
authorAlan Cox <alan@etchedpixels.co.uk>
Wed, 5 Nov 2014 19:18:51 +0000 (19:18 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Wed, 5 Nov 2014 19:18:51 +0000 (19:18 +0000)
commit04b1efeff265ebfc3207132a538a99509f2d409b
tree22bd1ab389b93d87e43d4dc4ea1666e65944555f
parente69038bebc3cc84190bac8b45a8314d94e0f68b0
cpu: introduce "staticfast"

On Z80 and to an extent 6502 we gain a lot if we can pin some of our
auto variables to static addresses. Clearly this can only be done for
non-re-entrant functions but our architecture means we have plenty of them

6809 is not really so aflicted so uses auto.
Kernel/cpu-6502/cpu.h
Kernel/cpu-6809/cpu.h
Kernel/cpu-z80/cpu.h