[Ecls-list] ECL shootout

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Jun 24 08:39:42 UTC 2009


On Tue, Jun 23, 2009 at 10:37 PM, Marko Kocić<marko.kocic at gmail.com> wrote:
> Is there some document that describes declarations that ECL
> uderstands. It seems that lot of declarations like "declare type" have
> no much effect.

Not all types can be unboxed (i.e. represented directly in C) and not
for all unboxed types there are inline C forms. ECL honors all type
declarations, ftype, and function declarations, and many others, it is
just that it can not always profit from them. Inspect the C code to
get an idea using (compile-file "foo" :c-file t)

> Also, is there some documentation how to use profiler?

The profiler is SBCL's, so no big differences.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list