Age | Commit message (Expand) | Author |
---|---|---|
2013-09-03 | free H_BASE on cleanup | Anthony Pesch |
2013-09-03 | clean up shared modules when dlclose()d | Alon Zakai |
2013-09-03 | use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forward | Alon Zakai |
2013-09-03 | support function pointer calls across asm modules by passing them all through... | Alon Zakai |
2013-09-03 | forward parent Module to side module | Alon Zakai |
2011-12-05 | partial support for runtime linking of separately-compiled modules (only func... | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-06-26 | Fixed function indexing issues between parent and child; | max99x |
2011-06-25 | Added basic support for dynamic module loading. | max99x |