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 135380 - performance problem in output window due to unneeded flush
Summary: performance problem in output window due to unneeded flush
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 20:30 UTC by Thomas Preisler
Modified: 2008-07-10 15:03 UTC (History)
2 users (show)

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 Thomas Preisler 2008-05-19 20:30:59 UTC
The output.flush() in run() in NativeExecution is not needed and slows down output.
Comment 1 Thomas Preisler 2008-05-19 20:49:59 UTC
Fixed:

changeset ea6f8abc41b3 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=ea6f8abc41b3
description:
	135380 performance problem in output window due to unneeded flush
Comment 2 Alexander Pepin 2008-05-20 16:01:47 UTC
verified in build 20080520
Comment 3 jinb 2008-06-02 14:30:07 UTC
fix backported into release61_fixes branch
http://hg.netbeans.org/release61_fixes/rev/a3ec8e061471
Comment 4 Thomas Preisler 2008-07-09 00:55:06 UTC
Removing SSIDE keyword. Fix has been integrated into SS.