From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id A95C9BC69 for ; Thu, 22 Mar 2007 18:53:24 +0100 (CET) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2MHrOTK007798 for ; Thu, 22 Mar 2007 18:53:24 +0100 Received: by ug-out-1314.google.com with SMTP id k3so741319ugf for ; Thu, 22 Mar 2007 10:53:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QSVV7hX9D1zy9pU1dUeDWLtg6jgfFx7N26639UEaMTeYPXgvVOKbE4z/Z6lKInqF7blqwLm79KwYpAaEZk5JyZp49lQ+UKoVL/ByYvQtYDH0fbTN10l05r4ZhCIis8L3SIUKb+0N69BqTNwrpu/JcJHraM5NLFhzbe++UN9lulI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VsuWuRQ1+x+78CgAlj7zLU4gacyRfxSwAxk6dVEshcsl8owaTE6672ye2IM/RJcZTQhCBuuxJTvdJ+wub1vrwpBgBU4dnnDwCnuuyNpwWdMYQ3T+k4GOycJ1PPtPBXhGnQqEpdfH0usCvpWT2GrBUulvRc48M4McTsiSMaDtnqA= Received: by 10.114.176.1 with SMTP id y1mr704206wae.1174586002415; Thu, 22 Mar 2007 10:53:22 -0700 (PDT) Received: by 10.114.124.10 with HTTP; Thu, 22 Mar 2007 10:53:22 -0700 (PDT) Message-ID: <90823c940703221053h28e4c0f2g1a80ddb32b0de98a@mail.gmail.com> Date: Thu, 22 Mar 2007 20:53:22 +0300 From: "Dmitry Bely" To: caml-list@inria.fr Subject: Class method names MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-j-chkmail-Score: MSGID : 4602C294.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 4602C294.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; dmitry:01 dmitry:01 binary:01 bely:01 bely:01 compiled:04 method:17 method:17 sometimes:18 don't:19 what:24 com:74 like:26 the:27 the:27 What is the reason to pass class method _names_ to CamlinternalOO.make_class, so those names are seen in the compiled (non-debug) binary? Sometimes I don't like everyone is capable to see them :) - Dmitry Bely