[Ecls-list] ? how to access process properties.

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Mon Apr 5 07:10:11 UTC 2010


The list cannot be directly manipulated from lisp, other than by the
logical-pathname-translations functions.

If you want to touch the fields you can use compiled code and c-inline, as
in

(ffi:c-inline () () :object "cl_core.whatever" :one-liner t)
(ffi:c-inline (x) (:object) :object "cl_core.whatever = #0" :one-liner t)

On Mon, Apr 5, 2010 at 2:03 AM, james anderson <james.anderson at setf.de>wrote:

> good evening;
>
> is there a standard method to access the fields of the cl_core
> process descriptor?
> in particular pathname_translations.
>
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>



-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://tream.dreamhosters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100405/6020c92e/attachment.html>


More information about the ecl-devel mailing list