This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: xlib GC cache


>>>>> "Scott" == Scott Gilbertson <scottg at mantatest dot com> writes:

Scott> This patch caches xlib graphics contexts, to reduce the number
Scott> of XCreateGC/XFreeGC calls, especially in applications with
Scott> lots of lightweight components, and reduce the number of GCs
Scott> simultaneously open in the X server.

Thanks, I'm checking this in.
The java.awt.Container bit is also going in Classpath.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]