Hi everyone, first time posting here.
As part of my master thesis I'm working on improving the performances of 
the experimental non-backtracking regex engine of v8. In particular I plan 
to add native compilation to it, like it's done in Irregexp, to help close 
the performance gap between the two.
I was wondering if there is a way to generate native code at runtime in a 
platform-agnostic manner, by leveraging Turbofan. At first glance, the 
CodeStubAssembler seems to do exactly this, but in the examples I've seen, 
the code was generated at build time only. Is there a way to invoke it at 
runtime as well?

Any insights or pointers would be greatly appreciated!

Thanks,
Zacharie Tevaearai


-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/v8-dev/95df57ee-db41-4a44-ae14-946cec5be621n%40googlegroups.com.

Reply via email to