Age | Commit message (Collapse) | 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 ↵ | Alon Zakai | |
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to | |||
2013-09-03 | forward parent Module to side module | Alon Zakai | |
2011-12-05 | partial support for runtime linking of separately-compiled modules (only ↵ | Alon Zakai | |
functions) | |||
2011-12-02 | various fixes from js strict mode testing | Alon Zakai | |
2011-06-26 | Fixed function indexing issues between parent and child; | max99x | |
Child no longer includes library, using the parent's instead. | |||
2011-06-25 | Added basic support for dynamic module loading. | max99x | |