1 |
C++
-
standard compliance
-
Mature Compilers
-
Aggressive In-lining
-
Small object opt.
-
Restrict Keyword
-
Template programming
|
2 |
Java
-
Compile as another language
-
intrinsic concurrency
-
threads ( how light? )
-
RMI
|
3 |
Mixed model - message passing/RMI/threading
|
4 |
Memory/thread affinity
|