Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/NOTICE
diff options
context:
space:
mode:
authorThomas Watson2019-12-17 21:43:59 +0000
committerThomas Watson2019-12-18 14:29:16 +0000
commitc533d05d55f28631a1606323b613b91f5a1097e4 (patch)
treef4f3a0ca4fff002f4c7ff9769923cedb0f7fb6cb /NOTICE
parent6a0dfb4c51443b996735b5c95d0b83b4523d742d (diff)
downloadrt.equinox.framework-I20191218-1805.tar.gz
rt.equinox.framework-I20191218-1805.tar.xz
rt.equinox.framework-I20191218-1805.zip
Use of method handles does not seem to improve performance. In my testing it actually makes things slower on Java 8. Particularly the use of MethodHandle for calling the constructor for the value to match against. Substrate also doesn't like the use of MethodHandles in the FilterImpl. For now I think we should avoid using them unless they show a clear performance win. Change-Id: I220cb2cde0a7c5bf948db6e34f8d337e3a4ce0f8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions

Back to the top