LWN.net Logo

Google's RE2 regular expression library

Google's RE2 regular expression library

Posted Mar 13, 2010 2:26 UTC (Sat) by emk (guest, #1128)
In reply to: Google's RE2 regular expression library by robert_s
Parent article: Google's RE2 regular expression library

Doesn't .NET compile regular expressions using System.Reflection.Emit,
which is basically Microsoft's closest approximation of LLVM?

In any case, you might not need all of LLVM—that kind of simplified control
flow can occasionally be handled quite nicely by specialized code generators.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds