Skip to content
  • John Zhang's avatar
    wip: storing an exposed Mu function and CCALL it from within Mu. · ec1322ee
    John Zhang authored
    Most of the work has been done. test_genmu.test_fakeaddress_fncptr gives
    a possible use case.
    The back-end now can store a ufuncptr as a result of statically exposing
    a Mu function; when it loads it back at run time, calling it is done
    through CCALL.
    The test fails because reference implementation still doesn't support
    this.
    ec1322ee