There are lots of obfuscators for JavaScript. I think those are your
only real option.
> --
> v8-users mailing list
> v8-u...@googlegroups.com
> http://groups.google.com/group/v8-users
>
--
Erik Corry, Software Engineer
Google Denmark ApS - Frederiksborggade 20B, 1 sal,
1360 København K - Denmark - CVR nr. 28 86 69 84
> V8 does not have a byte code. If it needs to compile something it
> uses the source. There is no support for compiling everything ahead
> of time and throwing away the source. The code snippets produced by
> the print-code option cannot be made into .obj files. This would
> require extensive support from the runtime system.
You got me wrong, I know V8 uses no byte-code I don't expect it to.
All I want is either `-print-code -nolazy` dump GNU assembler compatible machine code or V8 be able produce COFF (.o or .obj file) that I can link into other binary code of my app.
I know V8 produces machine code so IMHO there's no problem with that, but I want to know your opinion or either some directions how to make it possible.
> And please note that V8 does not support the Power Architecture.
This is not a problem for now I x86 & ARM is ok.
Regards,
--
Adam Strzelecki | nanoant.com | tel. +48 605 446 492