On Wed, Mar 23, 2011 at 10:24 PM, Diego Novillo wrote:
>
> This patch has a few cleanups and exports 5 functions from the LTO streamer
> that we are using from PPH.
>
> - When calling output_string_with_length, every caller would first
> write a 0 to indicate that the string is not NULL before wr
This patch has a few cleanups and exports 5 functions from the LTO streamer
that we are using from PPH.
- When calling output_string_with_length, every caller would first
write a 0 to indicate that the string is not NULL before writing the
actual string. I moved that into output_string_with_