Good day,

I am attempting to build the V8 engine on an ARM9 under eCos. It
appears that all the currently targeted platforms assume there is some
mechanism for memory mapping. eCos of course does not support this.

Any hints as to how to modify the source to work on a platform with no
mmap feature? My initial thought was to simply limit the heap sizes to
fit within available memory (about 32MB) and then fail out if we run
out of memory. Does this sound reasonable?

Thank you,
Tyler
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to