Make Entity application check for interrupts to avoid blowing machine
authorJoe Marshall <edu/mit/csail/zurich/jrm>
Wed, 23 Mar 1988 18:31:25 +0000 (18:31 +0000)
committerJoe Marshall <edu/mit/csail/zurich/jrm>
Wed, 23 Mar 1988 18:31:25 +0000 (18:31 +0000)
commit428338b39508ff2e50a4234dc0ad879dc20ff317
tree1200e84cfe4c78d3ffce3386988f71692c192462
parentbbb93679669d30a2d0a7837f8b7cf4ccca74cfd9
Make Entity application check for interrupts to avoid blowing machine
away in the case of an entity's procedure being that entity.
This will allow you to abort if you are quick enough, but no stack
check is currently being done, so errors here would probably blow
scheme away anyhow.
v7/src/microcode/interp.c
v8/src/microcode/interp.c