For 1) I was trying to do something like this initially:

http://stackoverflow.com/questions/20643470/execute-a-command-line-binary-in-node-js
but it doesn't seem to work with v8 standalone. Might seem like a
trivial example, but would you be able to provide an example that
would work with v8 standalone?

On Fri, Mar 13, 2015 at 10:55 PM, Flying Jester <foolkingcr...@gmail.com> wrote:
> Doing the first thing you suggest is really not at all related to dealing
> with the optimizer. Just putting strings from JS into a C++ system exec
> would not be very difficult.
>
> Unless you want to do something to V8 itself, and are less concerned with
> actually doing things from JavaScript, I suggest you do not touch the guts
> of V8.
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/v8-users/SXJMJw7il3g/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to