[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems_filesystem_current issues
- Date: Sat, 26 Oct 2002 17:27:30 +1000
- From: cjohns at cybertec.com.au (Chris Johns)
- Subject: rtems_filesystem_current issues
Till Straumann wrote:
>
> Wouldn't it make more sense to make the 'current' and 'root'
> locations part of the C-library's per-thread 'reent' structure?
>
I am not sure about adding to the reent struct. It is a nice place to
store things as the cost per context switch is the second cheapest,
how-ever if I understand what you are asking this means changing newlib.
Maybe we should look for other solutions with the smallest performance
cost first, that functionally solve your requirements.
I am only looking at the performance issues here not your functional
requirements, and anything based on taskvars concerns me.
--
Chris Johns, cjohns at cybertec.com.au