From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id C106717C22F8 for ; Thu, 7 Jul 2011 06:50:48 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 2CE7BEA6419 for ; Thu, 7 Jul 2011 07:02:28 +0900 (JST) Received: from localhost (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 57AA18FC1B for ; Thu, 7 Jul 2011 07:02:28 +0900 (JST) X-Virus-Scanned: amavisd-new at funfun.nagaokaut.ac.jp Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by localhost (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wr6jXGaQleYm for ; Thu, 7 Jul 2011 07:02:28 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 343EF8FC19 for ; Thu, 7 Jul 2011 07:02:28 +0900 (JST) Received: from carbon.ruby-lang.org (carbon.ruby-lang.org [221.186.184.68]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id C1958952420 for ; Thu, 7 Jul 2011 07:02:26 +0900 (JST) Received: from beryllium.ruby-lang.org (beryllium.ruby-lang.org [127.0.0.1]) by carbon.ruby-lang.org (Postfix) with ESMTP id CC6083C21EB78; Thu, 7 Jul 2011 07:02:24 +0900 (JST) Received: from mail-vw0-f50.google.com (mail-vw0-f50.google.com [209.85.212.50]) by carbon.ruby-lang.org (Postfix) with ESMTP id 4DF323C21EB76 for ; Thu, 7 Jul 2011 07:02:18 +0900 (JST) Received: by vws14 with SMTP id 14so402209vws.37 for ; Wed, 06 Jul 2011 15:02:17 -0700 (PDT) Received: by 10.52.108.231 with SMTP id hn7mr85482vdb.283.1309989737098; Wed, 06 Jul 2011 15:02:17 -0700 (PDT) Received: by 10.52.111.131 with HTTP; Wed, 6 Jul 2011 15:01:37 -0700 (PDT) Delivered-To: ruby-core@ruby-lang.org Date: Thu, 7 Jul 2011 07:02:19 +0900 Posted: Thu, 7 Jul 2011 00:01:37 +0200 From: Benoit Daloze Reply-To: ruby-core@ruby-lang.org Subject: [ruby-core:37834] Re: [Ruby 1.9 - Bug #4962] come back gem_prelude! To: ruby-core@ruby-lang.org Message-Id: In-Reply-To: References: X-ML-Name: ruby-core X-Mail-Count: 37834 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-core-ctl@ruby-lang.org; help= X-Spam-Checker-Version: SpamAssassin 3.1.7-deb3 (2006-10-05) on carbon.ruby-lang.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=7.0 tests=ARIN,BAYES_50, CONTENT_TYPE_PRESENT,QENCPTR2,RCVD_IN_CHINA,RCVD_IN_CHINA_KR, RCVD_IN_TAIWAN autolearn=disabled version=3.1.7-deb3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=jOR/9cqJBxadudvrzS8fUTEI1Q0TvnV3oaBcUR/QN3A=; b=XU6JCPALuf+hMaFwAQ4IxdUoD8wjNDsRfc0x7S+Ow9gXfOPgnxLaa9E8Vfc6YU4NP3 2x9g4faMQZw7SDSRETP18V7GqrA3H+Ym3Lnv7nw6MEiu8DsJlWnvSqFmLboZfDBVtwoJ 9oJTiVCa3+xz+38Ica6frvE7OWw60u/8+xsMc= Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Precedence: bulk List-Id: ruby-core.ruby-lang.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: On 6 July 2011 23:21, Eric Hodel wrote: > > Please try r32429 I just tried, and here are some numbers. Surprising how such a change can move numbers. $ time ruby -e '' before: 0.045 no-gems: 0.013 after: 0.024 $ ruby -e 'p ObjectSpace.count_objects[:TOTAL]' before: 20033 no-gems: 9811 after: 14308