|
From: <sv...@va...> - 2014-03-18 23:03:45
|
Author: sewardj
Date: Tue Mar 18 23:03:38 2014
New Revision: 13879
Log:
Update.
Modified:
trunk/README.aarch64
Modified: trunk/README.aarch64
==============================================================================
--- trunk/README.aarch64 (original)
+++ trunk/README.aarch64 Tue Mar 18 23:03:38 2014
@@ -7,7 +7,7 @@
instructions and can run almost anything generated by gcc-4.8.2 -O2.
The port is under active development.
-Current limitations, as of mid-Feb 2014.
+Current limitations, as of mid-March 2014.
* limited support of vector (SIMD) instructions. Initial target is
support for instructions created by gcc-4.8.2 -O3 (via vectorisation).
@@ -29,10 +29,10 @@
small examples. Other tools appear to at least not crash when running
/bin/date.
-Enough syscalls are supported for /bin/ssh and /bin/bash to work. In
-particular that means that programs that create and use TCP sockets
-are likely to work.
-
+Enough syscalls and instructions are supported for substantial
+programs to work. Firefox 26 is able to start up and quit. The noise
+level from Memcheck is low enough to make it practical to use for real
+debugging.
Building
|