Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 32196 Details for
Bug 69078
C/C++ indexer too slow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Job Manager delay elimination
cdt.core.search.patch (text/plain), 1.05 KB, created by
Oleg Krasilnikov
on 2005-12-23 06:31:18 EST
(
hide
)
Description:
Job Manager delay elimination
Filename:
MIME Type:
Creator:
Oleg Krasilnikov
Created:
2005-12-23 06:31:18 EST
Size:
1.05 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.cdt.core >Index: search/org/eclipse/cdt/internal/core/search/processing/JobManager.java >=================================================================== >RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/processing/JobManager.java,v >retrieving revision 1.24 >diff -u -r1.24 JobManager.java >--- search/org/eclipse/cdt/internal/core/search/processing/JobManager.java 23 Jun 2005 16:02:15 -0000 1.24 >+++ search/org/eclipse/cdt/internal/core/search/processing/JobManager.java 23 Dec 2005 11:30:36 -0000 >@@ -476,9 +476,10 @@ > JobManager.verbose("FINISHED background job - " + job); //$NON-NLS-1$ > } > moveToNextJob(); >- if (this.awaitingClients == 0) { >- Thread.sleep(50); >- } >+// Bug 68078: this delay affects indexing procedure too much. >+// if (this.awaitingClients == 0) { >+// Thread.sleep(50); >+// } > } > } catch (InterruptedException e) { // background indexing was interrupted > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
angvoz.dev
:
iplog-
Actions:
View
|
Diff
Attachments on
bug 69078
: 32196 |
32197
|
32198
|
32830
|
32831
|
32832