<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Updated patches.  I haven't changed the MCJIT C API patch since the last iteration.  Included is a second patch to add a unit test.  It's a very basic test - the goal is not to test any sophisticated functionality but to just confirm that it is indeed possible to use the MCJIT C API as we discussed (i.e. no additional calls needed to get permissions right).<div><br></div><div>I tried to factor the MCJITTestBase out a bit to share exactly the right things between C++ API tests and C API tests.  This involves creating yet another base class, which I call MCJITTestAPICommon - i.e. the things that are common between tests for two two APIs.  The C API tests do not list Darwin as unsupported, since they are testing functionality that works fine on Darwin.<br><div><br></div><div>-Filip</div><div><br></div><div></div></div></body></html>