[llvm-dev] Would a spreadsheet be a good project using LLVM?

OvermindDL1 via llvm-dev llvm-dev at lists.llvm.org
Fri Aug 21 07:32:09 PDT 2015


For note, LibreOffice latest version (maybe the released version now) has a
substantial speed improvement via OpenCL support if enabled now.  Might
want to test it before writing a compiler layer, even a plugin to OpenCL
your expected patterns might be far far easier.
On Aug 21, 2015 8:26 AM, "David Chisnall via llvm-dev" <
llvm-dev at lists.llvm.org> wrote:

> On 21 Aug 2015, at 15:19, Jason Glazer via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Thanks for your feedback. I guess I should elaborate on one of the
> features I would like to implement. In today's spreadsheets if you want to
> crunch a lot of data, you usually put the data in rows and put expressions
> in cells to the right of the data and repeat those cells for every row of
> the data. I would like to create a spreadsheet system that can process the
> same quantity of data but only has the a single instance of those cells
> with expressions. In other words, I do expect that that the same
> expressions get used over and over with the same data, perhaps thousands
> (or more) times.
> >
> > Would LLVM be a good fit now?
>
> LLVM would be a good fit for a Lotus Improv / Qantrix Modeller style
> spreadsheet.
>
> David
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150821/c524d8f9/attachment.html>


More information about the llvm-dev mailing list