Description
X10 is a type-safe, modern, parallel, distributed object-oriented language intended to be very easily accessible to Java(TM) programmers. It is targeted to future low-end and high-end systems with nodes that are built out of multi-core SMP chips with non-uniform memory hierarchies, and interconnected in scalable cluster configurations. A member of the Partitioned Global Address Space (PGAS) family of languages, X10 highlights the explicit reification of locality in the form of places; lightweight activities embodied in async, future, foreach, and ateach constructs; constructs for termination detection (finish) and phased computation (clocks); the use of lock-free synchronization (atomic blocks); and the manipulation of global arrays and data structures.
-
- Lead:
- Vijay Saraswat
- Key:
- XTENLANG
Issues: Due
-
XTENLANG-2971
Umbrella language/front-end JIRA for X10 2.2.3
-
XTENLANG-573
x10.util.HashMap & Boxing
-
XTENLANG-1191
Non-static non-final generic methods not implemented
Issues: 30 Day Summary
Issues: 9 created and 7 resolved
Issues: Updated recently
-
XTENLANG-2993
Today 12:32 AM
return primitives without boxing from dispatcher method
-
XTENLANG-2998
Yesterday 4:11 AM
Generated java code for an X10 interface that extends another X10 interface has an incorrect type
-
XTENLANG-2999
Last Wednesday 8:18 PM
ClassCastException while deserializing Hadoop Writable objects