On Thu, Aug 12, 2010 at 3:51 AM, Erik Corry <[email protected]> wrote: > 10. aug. 2010 21.17 skrev Slide <[email protected]>: >> I would like to use V8 as a scripting engine in an embedded >> environment (no operating system). I've seen that there is some sort >> of OS abstraction layer in place for certain operations. My target is >> ARM based, so there would need to be some fixup in the cache flushing >> area as well, but is there any reason why I would not be able to use >> V8 in this way? > > This should be possible, but probably quite a lot of work. > > You would need to make a new platform-noos.cc file and implement all > the same calls that the other platform-xxx files implement. >
I'll give it a shot and see what I come up with. Thanks, slide -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
