Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonster
4762 days ago
V8, SpiderMonkey, and jsc also all have regular expression JITs.
2 comments
bdash
4762 days ago
SpiderMonkey uses JavaScriptCore's regular expression JIT, YARR (Yet Another RegExp Runtime).
link
cglace
4762 days ago
I believe pypy also has a regex jit.
link
kingkilr
4762 days ago
Yup we do.
link