Skip to content

Releases: x10-lang/x10

X10 2.6.2

04 Jan 22:28
de957c1
Compare
Choose a tag to compare

X10 Release 2.6.2

HIGHLIGHTS OF THIS RELEASE

X10 2.6.2 contains updates for new versions of Java and MacOS

  • Managed X10 support for Java SE 11
  • Native X10 support for current MacOS versions

LIMITATIONS OF THIS RELEASE

The size and index of arrays must be less than 2^31 with Managed X10.
An attempt to allocate a longer array causes IllegalArgumentException.

The following features described in the 2.6 language manual do not
currently work and may be fixed in the subsequent releases:

  • Non-static type definitions as class or interface members
    (static type defs do work)

The constraint solver used by X10 typechecker is known to be incomplete
for situations in which a constraint implies an infinite number of
distinct constraints.

Additionally, the following features described in the language
manual do not currently work with Native X10.

  • Non-final generic instance methods
  • Exception stack traces on Cygwin

The generated C++ code requires g++ 4.2 or better to be compiled;
we do almost all of our testing against g++ 4.4.

  • On Power/Linux you may either use g++ 4.2 or better
    or xlC 11.1 or better.

SUMMARY OF ISSUES RESOLVED IN THIS RELEASE

Below is a summary of JIRA issues addressed for the X10 2.6.1

* [XTENLANG-3543] - x10c needs to work with JDK9
* [XTENLANG-3559] - Fix Illegal Access Warnings from Java 9+
* [XTENLANG-3561] - Fixes for NativeX10 on MacOS 10.12 and 10.13
* [XTENLANG-3562] - Upgrade to BDWGC 8.0.2

For the details of JIRA issues fixed in this release, see
https://xtenlang.atlassian.net/secure/ReleaseNote.jspa?version=10700&projectId=10005

Please use the X10 JIRA to report bugs, after ensuring the problem is
not already reported:
https://xtenlang.atlassian.net/projects/XTENLANG/issues

X10 2.6.1

03 Jul 18:33
Compare
Choose a tag to compare

X10 Release 2.6.1

HIGHLIGHTS OF THIS RELEASE

The focus of the X10 2.6.1 release is improvements to Resilient X10.
Some highlights include:

  • Significant improvements to the performance of resilient finish
  • A new resilient store implemented in X10
  • Improved standard library APIs for elasticity and
    non-shrinking recovery.
  • Enhancements to the x10.util.resilient.iterative package to
    exploit elasticity to support non-shrinking recovery.
  • Updating of all Resilient X10 sample programs and applications
    to showcase the improvements in Resilient X10.

LIMITATIONS OF THIS RELEASE

The size and index of arrays must be less than 2^31 with Managed X10.
An attempt to allocate a longer array causes IllegalArgumentException.

The following features described in the 2.6 language manual do not
currently work and may be fixed in the subsequent releases:

  • Non-static type definitions as class or interface members
    (static type defs do work)

The constraint solver used by X10 typechecker is known to be incomplete
for situations in which a constraint implies an infinite number of
distinct constraints.

Additionally, the following features described in the language
manual do not currently work with Native X10.

  • Non-final generic instance methods
  • Exception stack traces on Cygwin

The generated C++ code requires g++ 4.2 or better to be compiled;
we do almost all of our testing against g++ 4.4.

  • On Power/Linux and BG/Q, you may either use g++ 4.2 or better
    or xlC 11.1 or better.

SUMMARY OF ISSUES RESOLVED IN THIS RELEASE

Below is a summary of JIRA issues addressed for the X10 2.6.1

** New Feature
* [XTENLANG-3553] - Add method x10.lang.String.contains(String)
* [XTENLANG-3554] - New method x10.Random.nextGaussian
* [XTENLANG-3555] - X10 Launcher fails with buffer overflow if X10_HOSTFILE does not exist

** Bug
* [XTENLANG-3498] - New place fails to connect to dead places
* [XTENLANG-3552] - X10 reading from a file not as expected
* [XTENLANG-3556] - x10rt_sockets: blocking_probe doesn't block after a Place is killed

For the details of JIRA issues fixed in this release, see
https://xtenlang.atlassian.net/secure/ReleaseNote.jspa?version=10600&projectId=10005

Please use the X10 JIRA to report bugs, after ensuring the problem is
not already reported:
https://xtenlang.atlassian.net/projects/XTENLANG/issues

SF_RELEASE_2_6_0

06 Jun 17:24
Compare
Choose a tag to compare

X10 Release 2.6.0

HIGHLIGHTS OF THIS RELEASE

The X10 language now includes an overloading mechanism for redefining
or extending the behavior of control structures. For more details,
refer to the language manual section on user-defined control
structures or the X10'16 paper "Control Structure Overloading in X10."

The X10 language now supports trailing closures. A trailing closure is
a closure block that is written and after the parentheses of a
function call. This closure block is passed as a closure without
argument to the function.

To resolve parsing ambiguities, the property keyword is now mandatory
to introduce property methods.

LIMITATIONS OF THIS RELEASE

The size and index of arrays must be less than 2^31 with Managed X10.
An attempt to allocate a longer array causes IllegalArgumentException.

The following features described in the 2.6 language manual do not
currently work and may be fixed in the subsequent releases:

  • Non-static type definitions as class or interface members
    (static type defs do work)

The constraint solver used by X10 typechecker is known to be incomplete
for situations in which a constraint implies an infinite number of
distinct constraints.

Additionally, the following features described in the language
manual do not currently work with Native X10.

  • Non-final generic instance methods
  • Exception stack traces on Cygwin

The generated C++ code requires g++ 4.2 or better to be compiled;
we do almost all of our testing against g++ 4.4.

  • On Power/Linux and BG/Q, you may either use g++ 4.2 or better
    or xlC 11.1 or better.

SUMMARY OF ISSUES RESOLVED IN THIS RELEASE

Below is a summary of JIRA issues addressed for the X10 2.6.0

** New Feature
* [XTENLANG-3441] - Parallel iteration using foreach

** Improvement
* [XTENLANG-3493] - Use Team collective operations in GML and remove Native-MPI backend
* [XTENLANG-3551] - Optimize asyncCopy in ManagedX10

** Bug
* [XTENLANG-3497] - Thread.stop(Throwable) throws UnsupportedOperationException since Java 8
* [XTENLANG-3546] - Segfault in NativeX10 on upcast of function type
* [XTENLANG-3550] - Duplicate method in generated Java

For the details of JIRA issues fixed in this release, see
https://xtenlang.atlassian.net/secure/ReleaseNote.jspa?version=10400&projectId=10005

Please use the X10 JIRA to report bugs, after ensuring the problem is
not already reported:
https://xtenlang.atlassian.net/projects/XTENLANG/issues

APGAS_v1.0

18 Feb 20:43
Compare
Choose a tag to compare

Initial release of APGAS library for Java