Hacker News new | ask | show | jobs
by simonster 4762 days ago
V8, SpiderMonkey, and jsc also all have regular expression JITs.
2 comments

SpiderMonkey uses JavaScriptCore's regular expression JIT, YARR (Yet Another RegExp Runtime).
I believe pypy also has a regex jit.
Yup we do.