Initial cut at writing COERCE-TO-COMPILED-PROCEDURE in Scheme. The
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 26 Jul 1996 14:38:26 +0000 (14:38 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 26 Jul 1996 14:38:26 +0000 (14:38 +0000)
commit5e1d8186a74eb3f1ee2ac2a60292f5123f380074
treed3700a0baa03ce29ac4304dfe86d29530aed75eb
parent6727ea075688d0ee78b184ff19327ce782850eef
Initial cut at writing COERCE-TO-COMPILED-PROCEDURE in Scheme.  The
next change will be to make the compiler generate calls to this
procedure rather than the primitive COERCE-TO-COMPILED-PROCEDURE,
which should result in both faster generation and invocation of
trampolines.

Eventually we might make the linker use this code too.

The code is a bit hairy and needs special initialization, hence the
changes in make.scm.
v8/src/runtime/coerce.scm
v8/src/runtime/make.scm
v8/src/runtime/runtime.pkg