From commits-return-3358-archive-asf-public=cust-asf.ponee.io@royale.apache.org Fri Mar 30 09:08:10 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8320A180671 for ; Fri, 30 Mar 2018 09:08:10 +0200 (CEST) Received: (qmail 78642 invoked by uid 500); 30 Mar 2018 07:08:09 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 78633 invoked by uid 99); 30 Mar 2018 07:08:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2018 07:08:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E3DA480A5A; Fri, 30 Mar 2018 07:08:08 +0000 (UTC) Date: Fri, 30 Mar 2018 07:08:08 +0000 To: , "' commits@royale.apache.org" , '@gitbox.apache.org, Subject: [royale-compiler] branch develop updated (546b5a5 -> 52509ab) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152239368888.3411.10892093344651217328@gitbox.apache.org> From: aharui@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-compiler X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 546b5a588bb7288cb867d5fca1881820a113cbf1 X-Git-Newrev: 52509ab663ffda8808eca6598eef59275e6ee37c X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. aharui pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git. from 546b5a5 fix #34 new dbbcee5 try a faster way of figuring out if something is a member of a particular class. fixes #36 new 52509ab try caching some other things to speed up the compiler The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../internal/codegen/js/utils/EmitterUtils.java | 45 +++-------------- .../internal/definitions/ClassDefinitionBase.java | 56 ++++++++++++---------- .../internal/definitions/DefinitionBase.java | 8 +++- 3 files changed, 46 insertions(+), 63 deletions(-) -- To stop receiving notification emails like this one, please contact aharui@apache.org.