[ http://issues.apache.org/jira/browse/XALANJ-2221?page=all ]
Brian Minchau resolved XALANJ-2221.
-----------------------------------
Fix Version/s: Latest Development Code
Resolution: Fixed
Resolved, I applied the patch was applied to the latest development code.
> [PATCH] System.arraycopy is more efficient, so use it
> -----------------------------------------------------
>
> Key: XALANJ-2221
> URL: http://issues.apache.org/jira/browse/XALANJ-2221
> Project: XalanJ2
> Issue Type: Improvement
> Affects Versions: Latest Development Code
> Reporter: Dave Brosius
> Assigned To: Brian Minchau
> Priority: Trivial
> Fix For: Latest Development Code
>
> Attachments: system_arraycopy.diff
>
>
> System.arraycopy is better performing that simple manual array copying in a
> loop
> 1) It's native
> 2) it avoids all the array range check, except one up front.
> This patch changes this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]