Opened 14 years ago
Closed 14 years ago
#289 closed enhancement (fixed)
use fixed-argc C_inline routines for vector/list/##sys#make-structure
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | |
Component: | compiler | Version: | 4.5.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
For 0-8 arguments, list
, vector
and ##sys#make-structure
can be rewritten to allocating C_inline
functions (C_a_i_vectorN
, etc.) that don't use varargs.
Note: See
TracTickets for help on using
tickets.