- Add new hooks for compiled code:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 7 Aug 1990 15:36:22 +0000 (15:36 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 7 Aug 1990 15:36:22 +0000 (15:36 +0000)
commit2a80617ce4d198f96847f58e9651e0013d3006b4
tree31ff447815eb5c036cd5e442d997e1e7f52536b4
parent74754e03fe7059c5a160a4ca0fe198ddf1279f1a
- Add new hooks for compiled code:
store_closure_entry
multiply_fixnum
fixnum_quotient
fixnum_remainder
fixnum_lsh

- Add debugging code (under control of an M4 definition).

- Add cache flushing instructions to store_closure_code (shared by
  store_closure_entry).

- Add cache flushing subroutines:
cache_flush_region (address, count_in_lwords)
cache_flush_all (cache_set, cache_info)
v7/src/microcode/cmpauxmd/hppa.m4
v8/src/microcode/cmpauxmd/hppa.m4