I'm not sure if this is of any help to you,
But while testing IronLess I found that Less spends most of my cycles
loading up and initializing Ruby libraries (Treetop etc).
So if you could change the lessc script to require less only once and
then run the execution multiple times (if processing multiple files)
you should see a performance improvement..
I guess you could look into the lessc file for pointers.. (/gems/
less-1.1.13/bin/lessc). The last statement executes the less
compilation.
greetings Daniel