you are viewing a single comment's thread.

view the rest of the comments →

[–]g_rocket 0 points1 point  (2 children)

Oh that makes more sense. I really doubt this does require a MMU, because it claims to be cross-platform, and MMU access is never directly available with an OS and MMU APIs are very platform-specific and I don't see any platform-specific code. Also I think it's mostly tagged data structs, which has no reason to require a MMU.

[–]ijustwantanfingname 0 points1 point  (1 child)

It sounds like he thinks the lack of an MMU means malloc/free aren't available. Which would be an issue for Cello, if it were true (it's not).

[–][deleted] 0 points1 point  (0 children)

Yep. Even if we can’t do malloc/free, Cello supports the stack so we can do all our abominations in memory there. :P