lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Rob Kendrick:

>> Maybe you should look at LLVM instead of Sparse?
>
> Unfortunately, I have an aversion to C++ - certainly for that sort of
> data processing.  Certainly, for my applications I don't require all the
> aggressive optimisations it does!

You could read the bitfiles directly.  They are easier to parse than C
code, and the format is documented.