Write output for temporary compilation into a file with a unique name
authorTaylor R. Campbell <net/mumble/campbell>
Tue, 16 Sep 2008 20:13:50 +0000 (20:13 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Tue, 16 Sep 2008 20:13:50 +0000 (20:13 +0000)
commit71c039bffaf703431d7787a06185e4a066af37f4
treead77c9b784949ce9be3a6da12906d34579257cde
parent4e98ef144dd24e4bc4614a48bdeaa40135a4178c
Write output for temporary compilation into a file with a unique name
so that when the runtime loads the file, the microcode will not cache
the blocks under the same name for each compilation, which caused odd
effects such as

(scode-eval (compile-scode 1) #f)
;Value: 1

(scode-eval (compile-scode 2) #f)
;Value: 1
v7/src/compiler/machines/C/ctop.scm