Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #2616

Re: Parsing using a Graphics Processing Unit (GPU)?

From Stefan Monnier <monnier@iro.umontreal.ca>
Newsgroups comp.compilers
Subject Re: Parsing using a Graphics Processing Unit (GPU)?
Date 2020-09-22 18:18 -0400
Organization A noiseless patient Spider
Message-ID <20-09-045@comp.compilers> (permalink)
References <20-09-013@comp.compilers><CAJj6eyXKHQx2V9H6pU8rNU_RPgGfFZS3qN1ikvBJ6oo9ewJvLQ@mail.gmail.com> <CAJj6eyW4TLsCdq34B1T38YkOkr-8fb7DQw2M-T7PXRdNNQrDPA@mail.gmail.com>

Show all headers | View raw


> I hate getting overly involved in this, but not only is GPU lexing
> possible, it probably isn't that complicated.

Indeed.  Extra bonus points if you do it generically by having the `lex`
tool do that parallelization for you.  I think in the general case it
could be a potentially costly parallelization, but in practice it should
be pretty efficient for most programming languages.


        Stefan

Back to comp.compilers | Previous | NextPrevious in thread | Find similar


Thread

Re: Parsing using a Graphics Processing Unit (GPU)? Christopher F Clark <christopher.f.clark@compiler-resources.com> - 2020-09-03 17:52 +0300
  Re: Parsing using a Graphics Processing Unit (GPU)? Stefan Monnier <monnier@iro.umontreal.ca> - 2020-09-22 18:18 -0400

csiph-web