From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id A2D57BC75 for ; Thu, 3 Mar 2005 00:55:44 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j22NtiX9014493 for ; Thu, 3 Mar 2005 00:55:44 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id AAA00331 for ; Thu, 3 Mar 2005 00:55:43 +0100 (MET) Received: from smtps-vbr1.xs4all.nl (smtps-vbr1.xs4all.nl [194.109.24.19]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j22Nthhq022999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 3 Mar 2005 00:55:43 +0100 Received: from [192.168.7.130] ([69.25.77.51]) (authenticated bits=0) by smtps-vbr1.xs4all.nl (8.12.11/8.12.11) with ESMTP id j22NtgxO003839 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Thu, 3 Mar 2005 00:55:43 +0100 (CET) (envelope-from lodewijk@reddwarf.xs4all.nl) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: caml-list@inria.fr From: Lodewijk Voge Subject: gc oddness Date: Wed, 2 Mar 2005 18:55:41 -0500 X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by XS4ALL Virus Scanner X-Miltered: at concorde with ID 42265280.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 4226527F.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; compiling:02 let:03 running:14 done:14 does:14 hello:17 anyone:21 why:22 that:22 process:24 true:24 know:24 can:31 results:33 grows:33 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: hello, does anyone know why compiling and running this: let _ = while true do Gc.full_major(); done results in a process that grows as quickly and as big as it can? Lodewijk