Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 72982 invoked from network); 9 Oct 2007 08:18:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 08:18:10 -0000 Received: (qmail 86302 invoked by uid 500); 9 Oct 2007 08:17:57 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 86277 invoked by uid 500); 9 Oct 2007 08:17:57 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 86268 invoked by uid 99); 9 Oct 2007 08:17:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 01:17:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of maksim.ananjev@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 08:17:59 +0000 Received: by wa-out-1112.google.com with SMTP id k22so2070030waf for ; Tue, 09 Oct 2007 01:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=c913EiC7pWRWZ9vZuRa4YpMhRW22FK9FxwmzWT/YJ1I=; b=jFVr4Fz1xGyXWM9YFvGFcGQVNeN6pZuvhiY7AfV/mkbqlSXZ7DlffDVL27+lfEuxMHPl2jKvsjbY5lcmI6DGYTuA+Jzdy0q7giDP706a/812TX4C3QKoDZ3j3HQBjUKI9dHRdIOwMnNCgSCgM+7qNJtMB9RzzUd+hPH9Riz2DAg= 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=BtBAAe4vov0QypK6epiA7Lr5IQSw48j5oG7gseyxllfjdN3Bf2FQbqEY7j1YnYObP/n630mBFHa5nTrwlCrPcnxhQOQySwopKVoekCBt8qqmCPRtg311ExCWCVTg5BdTbtn1psXpmQn7hRsUZiVN+mVAjI6v6WnCWIwLg2Z0wB0= Received: by 10.114.158.1 with SMTP id g1mr1705656wae.1191917858040; Tue, 09 Oct 2007 01:17:38 -0700 (PDT) Received: by 10.115.111.6 with HTTP; Tue, 9 Oct 2007 01:17:38 -0700 (PDT) Message-ID: Date: Tue, 9 Oct 2007 15:17:38 +0700 From: "Maksim Ananjev" To: dev@harmony.apache.org Subject: [drvm][jitrino] isPinnedFlag in VarOpnd MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi! I have a question to jit-gurus in this list. I need to create some VarOpnd's. There's a bool parameter in VarOpnd constructor called isPinned, and I am wondering what value to pass there. Could anybody please give the hints of the ideas behind isPinnedFlag in VarOpnd? What for it is used for and what will happen if I pass true or false to the constructor? I searched over jitrino code, and found the only appearance in "uint32 VarGenerator::defVar(..)". "isPinned" parameter is declared in the signature but is not used in the method body. -- Maksim