summaryrefslogtreecommitdiff
path: root/src/comp.c
AgeCommit message (Expand)Author
2020-02-26; Nit fix in commentAndreaCorallo
2020-02-06Change parameter name into comp--compile-ctxt-to-fileAndreaCorallo
2020-03-01Remove relocation index form LIMPLE setimmAndreaCorallo
2020-03-01Optimize relocation classes for object duplicationAndrea Corallo
2020-02-26Store optimize qualities into .eln filesAndreaCorallo
2020-02-26Rename d-base allocation classe into d-defaultAndreaCorallo
2020-02-26Add ephemeral relocation data classAndreaCorallo
2020-02-16Update copyright years plus two style nitsAndrea Corallo
2020-02-15Rework frame layoutAndrea Corallo
2020-02-06Clean-up unused variable into load_comp_unitAndrea Corallo
2020-02-04Add assertion in load_comp_unitAndrea Corallo
2020-02-03Rework load mechanism to make Vcomp_loaded_handles unnecessaryAndrea Corallo
2020-02-03Fix load_comp_unit for non zero speedsAndreaCorallo
2020-01-12Split relocated data into two separate arraysAndrea Corallo
2020-01-11Move function reloc data into pure space during bootstrapAndrea Corallo
2020-01-02Do not block sw interrupts in batch mode (don't ignore C-c)Andrea Corallo
2020-01-01compile each eln to a temporary one and rename it as lastAndrea Corallo
2020-01-01fix nitAndrea Corallo
2020-01-01fix non local propagation handlingAndrea Corallo
2020-01-01sign and check function link tableAndrea Corallo
2020-01-01some rework to please --enable-check-lisp-object-typeAndrea Corallo
2020-01-01rename IMPORTED_FUNC_LINK_TABLE -> FUNC_LINK_TABLE_SYMAndrea Corallo
2020-01-01do not force function inliningAndrea Corallo
2020-01-01always fill freloc before compiling tooAndrea Corallo
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-01some more pdumper integration supportAndrea Corallo
2020-01-01Revert "use memory mapped file for loading elns"Andrea Corallo
2020-01-01fix invalid read in fill_frelocAndrea 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-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-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-01stringify within macro ADD_IMPORTEDAndrea Corallo
2020-01-01use safe alloca in declare_imported_funcAndrea Corallo
2020-01-01style nitAndrea Corallo