Don't purify in Fmake_byte_code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Jun 2012 15:13:27 +0000 (11:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Jun 2012 15:13:27 +0000 (11:13 -0400)
commit3017f87fbd0461b9460e7261a095fc86e166b30e
tree602f00d509104a3ff9e6ee0808396dc50afc906f
parent1b9b4cf4c1152f06153ac9c141fb9f724b984884
Don't purify in Fmake_byte_code.
* src/alloc.c (make_byte_code): New function.
(Fmake_byte_code): Use it.  Don't purify here.
* src/lread.c (read1): Use it as well to avoid extra allocation.
src/ChangeLog
src/alloc.c
src/lisp.h
src/lread.c