Implement "cons" as an llvm "vop" to see how that goes.
commit124f0558bf8a0dde0395c4a0c321564e34429fa4
authorJames Y Knight <foom@fuhm.net>
Thu, 31 Dec 2009 07:05:57 +0000 (31 02:05 -0500)
committerJames Y Knight <foom@fuhm.net>
Thu, 31 Dec 2009 07:05:57 +0000 (31 02:05 -0500)
treeb2b5f65c0a322fe7b6b5a92da6ca40ca86ba946f
parentcd0bcd67acaeee2cbe787319dc8e6e30497371f8
Implement "cons" as an llvm "vop" to see how that goes.

Needed pseudo-atomic, so implemented that too. Could do the inline
allocation too, but didn't get around to it: just always calls the C
"alloc(long)" for now.

Also, twiddle some things.
README.LLVM
llvm/llvm.lisp