From f2b214b0dff95d6bb79cbb5b6ff5ba9d90f655c9 Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 2 Jan 2008 21:52:27 +0000 Subject: Initial import from www.ecosforge.net --- zpu/sw/simulator/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 zpu/sw/simulator/ChangeLog (limited to 'zpu/sw/simulator/ChangeLog') diff --git a/zpu/sw/simulator/ChangeLog b/zpu/sw/simulator/ChangeLog new file mode 100644 index 0000000..c645841 --- /dev/null +++ b/zpu/sw/simulator/ChangeLog @@ -0,0 +1,2 @@ +2007-08-04 Øyvind Harboe + * First version after open sourcing ZPU -- cgit v1.1 From 648a70893907a9cb446f1546d4fd39cf6457f0e8 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 22 Feb 2008 12:38:46 +0000 Subject: * Hooked up support for the simulator to the Zylin Embedded CDT --- zpu/sw/simulator/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zpu/sw/simulator/ChangeLog') diff --git a/zpu/sw/simulator/ChangeLog b/zpu/sw/simulator/ChangeLog index c645841..18b0981 100644 --- a/zpu/sw/simulator/ChangeLog +++ b/zpu/sw/simulator/ChangeLog @@ -1,2 +1,4 @@ +2008-02-22 Øyvind Harboe + * Hooked up support for the simulator to the Zylin Embedded CDT 2007-08-04 Øyvind Harboe * First version after open sourcing ZPU -- cgit v1.1 From 78e84633f945692c966a933df42f06f0df988e44 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 22 Feb 2008 17:38:08 +0000 Subject: * reduced memory for Phi to 2mByte to avoid Java heap out of memory. Why does Java have trouble allocating a meagre 32mByte long array? :-) --- zpu/sw/simulator/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zpu/sw/simulator/ChangeLog') diff --git a/zpu/sw/simulator/ChangeLog b/zpu/sw/simulator/ChangeLog index 18b0981..2f54967 100644 --- a/zpu/sw/simulator/ChangeLog +++ b/zpu/sw/simulator/ChangeLog @@ -1,4 +1,6 @@ 2008-02-22 Øyvind Harboe + * reduced memory for Phi to 2mByte to avoid Java heap out of memory. + Why does Java have trouble allocating a meagre 32mByte long array? :-) * Hooked up support for the simulator to the Zylin Embedded CDT 2007-08-04 Øyvind Harboe * First version after open sourcing ZPU -- cgit v1.1