Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • New: .debug_str is used only when optimizing

    1 answers - 579 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    String merging is conditionalized on -fmerge-constants, which is turned off for
    This is wasteful of space in .debug_info with optimization disabled, on
    targets which support string merging. I don't know if it's faster or not; in
    the long run, I suspect it's slower, because binaries get so much larger.
    If others agree, perhaps the default should be to merge debug info but not
    runtime constants. maybe to merge constants by default; I'm not sure
    guarding it by !optimize is generally useful.
    This is not a regression, I believe.
  • No.1 | | 78 bytes | |

    Comment #1 from pinskia at gcc dot gnu dot org 2006-06-23 04:57
    Confirmed.

Re: New: .debug_str is used only when optimizing


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 5 =
QUESTION ON "Development"

EMSDN.COM