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] enable double buffering on GtkCanvasPeer


>>>>> "graydon" == graydon hoare <graydon@redhat.com> writes:

graydon> wait, wait, hold the phone.
graydon> [ ... ]

graydon> In other words, it appears that batching JNI calls doesn't
graydon> buy me a great deal in thie context, perhaps 25 or so
graydon> rectangles / second improvement (~ 5% ?).

If your JNI code can be auto-generated we could also generate CNI
versions.  This is only worth looking at if the native code is pretty
thin and if performance is important here.

Tom


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