Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] [EXT] Re: Run As JUnit Test - Create Type Hierarchy performance
  • From: "Milles, Eric (TR Technology)" <eric.milles@xxxxxxxxxxxxxxxxxx>
  • Date: Fri, 29 Apr 2022 14:51:45 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=thomsonreuters.com; dmarc=pass action=none header.from=thomsonreuters.com; dkim=pass header.d=thomsonreuters.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FL5HgeEh8b9EKygbBE2cpbLIGzn2SiM7VjAJxe2qsno=; b=Oat6WFLHeMZxA40XKmoM9e3kSH20q674STZ8EuhlIeDaWfICuhDZBFVadzNqM0OGffCG+ZHTVuHa94zeNKsDO0vz0fDSTfMJSRLp2bQ0KOshNCNW5y95ROX+1scdA8uywlfrOGQwVA2US08flFvpSPIvt6KTdd2s4qvLJ2B2TUy1g0Bu1e+DopgRCs19ap053h9gbBKxo2/AFo/dBGAz1L76VSDjGU6Q9psl6ATnknrsJfrS01WC8R2UD36JKUhWWSHEYiDTcfwQ2XFNOkGVp5LaVP4gNmYOjzjp5y4+Ev/I+HXug3KV9NwL04KbQzP+r5m3blodqZomv2batLDmOQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bffIOR+xwCfrA6ffQnemlbQVuhn0IJ16QlfFkD2qjtAga9lnPMupwWs0q2Hpd2gifUlQxt8B8C+kZZvzalu0VJMc2GXhnJNjjzHy1ofidUzo7kQUH763OeszrV8+/PxQdm8yzS7a3Agmqvk1cUQGKLx3eYjP58XMPt1p3Qk6jFiKvgRhaz5K9Ak8A1K3mE2ktMZnRCQcR/yR5GBU7mYAZlWL9/sjAXhA2gkaCfyY5A82etWKJQIjdTMq5P6xwLrWbQB59WjnmuW3YyJYkR74AkvRJYbalx6BslgF3HLicsPxNFgBvM3Nxlv4ZMvmCMRibNBPVJ63Ms1lRU8jgABBIw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYW9P7ageagmqw9UqIJLkFxt/TsK0G9l4AgAACI5A=
  • Thread-topic: [jdt-dev] [EXT] Re: Run As JUnit Test - Create Type Hierarchy performance

> I believe he as more asking for the reasoning behind changes around 4.9.

That's correct.  I'm trying to understand if there was a specific reason for caching of compiled packages / compilation units to be removed.  It might have made the build faster or some other reason.

Here is the changelog from about the time of R4.9 (2018-09-05):  https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/log/?ofs=1950  But as I look back between R4_9 and R4_7_3a it is hard to tell from the descriptions if any refer to closing open handles or disabling caching of model data. 
 

Back to the top