From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1802 invoked by alias); 1 Apr 2005 16:01:55 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 1358 invoked from network); 1 Apr 2005 16:01:40 -0000 Received: from unknown (HELO f20.mail.ru) (194.67.57.52) by sourceware.org with SMTP; 1 Apr 2005 16:01:40 -0000 Received: from mail by f20.mail.ru with local id 1DHOaZ-000Da8-00 for binutils@sources.redhat.com; Fri, 01 Apr 2005 20:01:39 +0400 Received: from [195.117.19.226] by win.mail.ru with HTTP; Fri, 01 Apr 2005 20:01:39 +0400 From: Stas Kiselev To: binutils@sources.redhat.com Subject: Optimization of GAS Mime-Version: 1.0 Date: Fri, 01 Apr 2005 16:01:00 -0000 Reply-To: Stas Kiselev Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-SW-Source: 2005-04/txt/msg00043.txt.bz2 Hello, I want to make GAS faster. I profiled it and found out that lots of the time takes on working with hash. What do you thing about changing hash mechanism into hash_map from stl. Will it work faster ? Thank you, Stanislav