Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 57094 invoked from network); 18 Apr 2007 05:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 05:35:37 -0000 Received: (qmail 52220 invoked by uid 500); 18 Apr 2007 05:35:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52117 invoked by uid 500); 18 Apr 2007 05:35:43 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 52108 invoked by uid 99); 18 Apr 2007 05:35:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 22:35:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 22:35:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 277DA714046 for ; Tue, 17 Apr 2007 22:35:16 -0700 (PDT) Message-ID: <19198111.1176874516159.JavaMail.jira@brutus> Date: Tue, 17 Apr 2007 22:35:16 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3291) Fast TLS access on Linux (IA32&Intel64) In-Reply-To: <20905859.1173087170833.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov resolved HARMONY-3291. -------------------------------------- Resolution: Fixed Integrated at r529873 with the following mods: 1) HYTHR* macros definitions moved from vm/include/open/hycomp.h to vm/include/open/hythread.h and documented; 2) Define APR_TLS_USE for Winx64 only, and use plain thread local var for Linux@IPF (just as it was earlier). Otherwise IPF fails because hythread_self_slow() is not exported on Linux for some reason. 3) Deffered some mods in Ia32Encoder, need more accurate investigation&fix. BTW, I did not quite get Pavel's comments in his patch (Makes-changes-in-VM-part-more-compiler-independent.patch): //TODO: GCC-specific, need to add ICL I tried building with ICC, it worked OK. > Fast TLS access on Linux (IA32&Intel64) > --------------------------------------- > > Key: HARMONY-3291 > URL: https://issues.apache.org/jira/browse/HARMONY-3291 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Reporter: Alex Astapchuk > Assigned To: Alexey Varlamov > Priority: Minor > Attachments: 0001-Fast-TLS-on-Linux-thread-manager-part(Merge_with_H-3397).patch, 0001-Fast-TLS-on-Linux-thread-manager-part.patch, 0001-FastTLS-missed-files.patch, 0002-Fast-TLS-on-Linux-Jitrino-part.patch, Makes-changes-in-VM-part-more-compiler-independent.patch > > > The attached patches introduce a fast access to TLS for jit-ted code on Linux-es. > build test passed on Win32 and SuSE9 (both IA32 and Intel64) (*) > (*) with only exception - test java.lang.RuntimeTest2.test_exec_Str failed > on *interpreter* on Win32. This failure is unrelated to the changes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.