[webkit-dev] "jsc -d" does not dump bytecode in debug builds

Oliver Hunt oliver at apple.com
Thu May 13 16:27:27 PDT 2010


What's your testcase?

One potential issue you could be seeing is that we don't dump the bytecode until we compile code so the code for a function won't be dumped until you call it for instance, but you should at the very least be getting an bc dump for the containing global code.

--Oliver


On May 13, 2010, at 4:24 PM, Auro Tripathy wrote:

> What gives?
>  
> The documentation says,
>  
> Usage: jsc [options] [files] [-- arguments]
>   -d         Dumps bytecode (debug builds only)
>   -e         Evaluate argument as script code
>   -f         Specifies a source file (deprecated)
>   -h|--help  Prints this help message
>   -i         Enables interactive mode (default if no files are specified)
>   -s         Installs signal handlers that exit on a crash (Unix platforms only)
>  
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100513/8adf4fbe/attachment.html>


More information about the webkit-dev mailing list