Re: implicit string creation
Valéry Croizier <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
Philippe Ribet a écrit : > Valéry Croizier wrote: > >> I prefix all my manifest strings with "once" , but -gc_info tells me >> that my app sometimes creates one more string than usual.With -boost, >> this never seem to happen, so the extra string may have some checking >> purpose. > > Try this option: > -manifest_string_trace > > Hope this helps, It doesn't : there is no trace, as expected since all manifest strings are "once".