Browse thread
RE: [Caml-list] Q: caml for embedded system?
- Michael Hicks
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Michael Hicks <mhicks@c...> |
| Subject: | RE: [Caml-list] Q: caml for embedded system? |
Speaking of Flash memory, you might be interested in some research we did a couple of years ago that looks at Flash memory as a drop-in replacement for RAM. Interesting issues arise with copying garbage collection, since Flash is write-once/erase-block, rather than write- anywhere. See http://www.cis.upenn.edu/~mwh/papers/flash.ps. Mike -----Original Message----- From: Olivier Bouyssou [mailto:olivier.bouyssou@free.fr] Sent: Tuesday, September 11, 2001 3:23 AM To: SooHyoung Oh Cc: caml-list Subject: Re: [Caml-list] Q: caml for embedded system? Yes, We use caml in our embedded product. Our Application work (in bytecode mode) on uClinux (http://www.uclinux.org) with the Coldfire processor. We have 2 Mbyte of Flash and 8Mbyte of Ram. Due to the lack of MMU, the stack size have to be fixed, that's a real problem with caml. You can see our product at http://www.paratronic.fr/automatisme/opal.html Olivier Bouyssou Paratronic SooHyoung Oh wrote: > Have anyone tried to use caml for embedded system with small memory, > or used caml for flash memory management? > As you know, some embedded system don't have any Operating System on it. > How about using the caml interpreter for such system? > > === > SooHyoung Oh > Email: shoh@duonix.com Web: www.duonix.com > Tel.: 02-3413-3730 C.P.: 011-453-4303 > > > ------------------- > Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ > To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr > > > ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria. fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr