NO

Author Topic: Dead Code Elimination for strings  (Read 2618 times)

severach

  • Guest
Dead Code Elimination for strings
« on: February 25, 2008, 06:14:42 AM »
Code: [Select]
if(0) printf("XYZZY");The above code will place XYZZY in the executable. The dead code eliminator needs to eliminate the strings too.

JohnF

  • Guest
Re: Dead Code Elimination for strings
« Reply #1 on: February 25, 2008, 07:34:42 AM »
I would think that only a prepossessing directive would do you suggest.

John