runtime/: Keep dynamic_space_free_pointer in sync with *ALLOCATION-POINTER*.
commitdae43aa9f592d8d6ae6605d8d0505fdccb367901
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Wed, 23 Apr 2014 22:30:33 +0000 (23 18:30 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:22 +0000 (10 15:12 -0400)
tree03955dcd0f0fac527a487151a7e82d14647d410c
parent9cc9830c6c39261ae052a50640a1710a07306835
runtime/: Keep dynamic_space_free_pointer in sync with *ALLOCATION-POINTER*.

  * ARM is a bit of an odd platform, in that we have our
allocation pointer in a static symbol, but the runtime needs it in
dynamic_space_free_pointer.

  * Generally poke and prod to make *ALLOCATION-POINTER* roughly
parallel reg_ALLOC on those systems that have reg_ALLOC.
src/runtime/arm-assem.S
src/runtime/coreparse.c
src/runtime/interrupt.c