summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-01never load a compilation unit without filling the func link tableAndrea Corallo
2020-01-01mitigate ifdef proliferationAndrea Corallo
2020-01-01some style fixesAndrea Corallo
2020-01-01add native elisp subr pdumper supportAndrea Corallo
2020-01-01add native compilation unit pdumper supportAndrea Corallo
2020-01-01add pdump relocation phasesAndrea Corallo
2020-01-01some more pdumper integration supportAndrea Corallo
2020-01-01Revert "split out copy_file_fd"Andrea Corallo
2020-01-01Revert "use memory mapped file for loading elns"Andrea Corallo
2020-01-01add initial native compiler pdumper supportAndrea Corallo
2020-01-01add native-comp-unit-file primitiveAndrea Corallo
2020-01-01better printing for native compilation unitAndrea Corallo
2020-01-01add subr-native-compilation-unit primitiveAndrea Corallo
2020-01-01fix invalid read in fill_frelocAndrea Corallo
2020-01-01add support for native comp unit to type-ofAndrea Corallo
2020-01-01rationalize load functionsAndrea Corallo
2020-01-01clean-up unnecessary function prevent_gcAndrea Corallo
2020-01-01remove load_handle_stack and use the implementation oneAndrea Corallo
2020-01-01better compilation unit definitionAndrea Corallo
2020-01-01some rename on compilation unit structAndrea Corallo
2020-01-01initial gc supportAndrea Corallo
2020-01-01use memory mapped file for loading elnsAndrea Corallo
2020-01-01split out copy_file_fdAndrea Corallo
2020-01-01introduce SUBRP_NATIVE_COMPILEDPAndrea Corallo
2020-01-01make dynlib_close active codeAndrea Corallo
2020-01-01initial compilation unit as object addAndrea Corallo
2020-01-01add basic compilation unit into structureAndrea Corallo
2020-01-01better scratch slot supportAndrea Corallo
2020-01-01fix some nitsAndrea Corallo
2020-01-01make use of ARRAYELTS macro where possibleAndrea Corallo
2020-01-01malloc instead of static alloc into emit_ctxt_codeAndrea Corallo
2020-01-01fix comp--register-subrAndrea Corallo
2020-01-01remove advice dependencyAndrea Corallo
2020-01-01clean-up old function relocation codeAndrea Corallo
2020-01-01reworking relocation mechanism to use one single tableAndrea Corallo
2020-01-01remove ifdef where unnecessary and add where they areAndrea Corallo
2020-01-01stringify within macro ADD_IMPORTEDAndrea Corallo
2020-01-01use safe alloca in declare_imported_funcAndrea Corallo
2020-01-01style nitAndrea Corallo
2020-01-01native compile interactive functions supportAndrea Corallo
2020-01-01add native compiled function docstring supportAndrea Corallo
2020-01-01let intern_c_string works creating with non-pure stringsAndrea Corallo
2020-01-01better naming variableAndrea Corallo
2020-01-01update limple exampleAndrea Corallo
2020-01-01fix wrong enum usage into declare_functionAndrea Corallo
2020-01-01revert unnecessary modificationsAndrea Corallo
2020-01-01update limple commentsAndrea Corallo
2020-01-01review two slot names in comp-funcAndrea Corallo
2020-01-01style fixes into comp.cAndrea Corallo
2020-01-01error handling reworkAndrea Corallo