This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: xlib GC cache
- From: Tom Tromey <tromey at redhat dot com>
- To: "Scott Gilbertson" <scottg at mantatest dot com>
- Cc: <java-patches at gcc dot gnu dot org>
- Date: 19 Apr 2003 13:42:43 -0600
- Subject: Re: PATCH: xlib GC cache
- References: <00da01c2ee6f$acac9fd0$3c16a8c0@mantatest.com>
- Reply-to: tromey at redhat dot com
>>>>> "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