I'm looking into creating a VM for a language I'm building, and was
going to base it on LLVM which is written in C++. I'd rather not have
to deal with C++ though, and since Felix can natively integrate with
C++ with much stronger typing, I'm wondering whether it would be a
good fit for this application.

In particular, my VM requires control over allocation (ie. no implicit
allocations), and clearly performance is important in this instance.

To clarify the motivation Re: allocations, I'm looking at building a
resource-aware VM, and thus each allocation must be booked to specific
agent. If the VM performs implicit allocations, then the VM is open to
a denial of resource attack against the memory subsystem since any
malicious agent can induce these implicit allocations until memory is
exhausted.

Sandro

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to