branch, trac-323-sos, updated. 7834b6716cb94f5a24798636c9daa3a781d4ffa3
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, trac-323-sos has been updated via 7834b6716cb94f5a24798636c9daa3a781d4ffa3 (commit) from cdc8b71abd79b8b3be41317ea1c29d3714a4d1f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7834b6716cb94f5a24798636c9daa3a781d4ffa3 Author: John Jenkins <[email protected]> Date: Wed Mar 25 10:30:22 2015 -0500 updated java binding readme ----------------------------------------------------------------------- Summary of changes: code/bindings/java/README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) Diff of changes: diff --git a/code/bindings/java/README b/code/bindings/java/README index 8b21fec..8d2b0ea 100644 --- a/code/bindings/java/README +++ b/code/bindings/java/README @@ -35,3 +35,12 @@ rm -r bindings/java/asg-triton-java make Again, DO NOT do this if doing an in-tree build. + += Limitations (TODOs) + +There are a number of low-ish level inefficiencies in the binding, namely +unnecessary two-way memcpy overheads and use of java BigIntegers for +essentially all numeric types. The former can be solved with more clever usage +of SWIG, while the latter would require java 8 (which supports unsigned +arithmetic on java 'long's) and significant reworking of the java default +typemaps. hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov