From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20140 invoked by alias); 12 Feb 2011 19:41:22 -0000 Received: (qmail 20130 invoked by uid 22791); 12 Feb 2011 19:41:21 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iw0-f175.google.com (HELO mail-iw0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 Feb 2011 19:41:15 +0000 Received: by iwn8 with SMTP id 8so3624782iwn.20 for ; Sat, 12 Feb 2011 11:41:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.178.10 with SMTP id bk10mr2539278icb.112.1297539673526; Sat, 12 Feb 2011 11:41:13 -0800 (PST) Received: by 10.231.19.130 with HTTP; Sat, 12 Feb 2011 11:41:13 -0800 (PST) Date: Sat, 12 Feb 2011 20:20:00 -0000 Message-ID: Subject: code gen for C string literals From: kevin diggs To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00190.txt.bz2 Hi, I would like to play with the code gcc generates for string literals. Can someone point me to the relevant files and/or to some documentation that describes the inner workings? Thanks! kevin