This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 84321 - Significant performance issue on Windows while building a project
Summary: Significant performance issue on Windows while building a project
Status: CLOSED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-09-06 16:02 UTC by Andrew Krasny
Modified: 2006-10-19 21:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2006-09-06 16:02:37 UTC
Steps to reproduce:

- Start IDE
- Configure clucene-0.9.10 open-source project 
- Create new Makefile-based project for clucene:
  working directory: clucene-0.9.10
  Source Folders: clucene-0.9.10/src
- Build 

UI responsiveness is unacceptable while building project
Comment 1 Thomas Preisler 2006-10-17 05:35:44 UTC
Where can I find clucene-0.9.10? How big is it?
Comment 2 Andrew Krasny 2006-10-18 22:30:26 UTC
You can download it in sources from SurceForge.net.
http://prdownloads.sourceforge.net/clucene/clucene-0.9.10.tar.gz?download

It's 1.8 Mb

But it is not essentially to use exactly this application to reproduce this
behavior.

Thanks,
=Andrew
Comment 3 Thomas Preisler 2006-10-18 22:38:28 UTC
and you don't think the performance issues are parser related? Are you sure the
parser has finished before you start building?
Comment 4 Andrew Krasny 2006-10-18 22:43:50 UTC
I will double-check this tomorrow. Frankly, I am not sure.
Comment 5 Thomas Preisler 2006-10-19 19:58:12 UTC
I checked it again with a number of large projects. The build process doesn't
seem slower on large project but may have been slowed down by a running parser.
I will close as 'worksforme'. Pls reopen if you think the performance slowdown
is caused by the build system.
Comment 6 Andrew Krasny 2006-10-19 21:47:20 UTC
Yes, I agree. Seems it's really because of parsing.