aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* reworking relocation mechanism to use one single tableAndrea Corallo2020-01-011-44/+72
* stringify within macro ADD_IMPORTEDAndrea Corallo2020-01-011-15/+15
* use safe alloca in declare_imported_funcAndrea Corallo2020-01-011-3/+5
* style nitAndrea Corallo2020-01-011-2/+1
* native compile interactive functions supportAndrea Corallo2020-01-011-3/+3
* add native compiled function docstring supportAndrea Corallo2020-01-011-2/+6
* better naming variableAndrea Corallo2020-01-011-6/+6
* update limple exampleAndrea Corallo2020-01-011-1/+1
* fix wrong enum usage into declare_functionAndrea Corallo2020-01-011-1/+1
* update limple commentsAndrea Corallo2020-01-011-13/+12
* review two slot names in comp-funcAndrea Corallo2020-01-011-4/+4
* style fixes into comp.cAndrea Corallo2020-01-011-24/+27
* error handling reworkAndrea Corallo2020-01-011-40/+60
* define internal-native-compiler-error as errorAndrea Corallo2020-01-011-2/+8
* better error handling while loading eln filesAndrea Corallo2020-01-011-29/+36
* fix symbol_subr + better namingAndrea Corallo2020-01-011-6/+6
* fix missing goto into load_comp_unitAndrea Corallo2020-01-011-1/+4
* remove unsigned in favor of ptrdiff_tAndrea Corallo2020-01-011-12/+12
* remove native-load-historyAndrea Corallo2020-01-011-6/+0
* fix jump table emission when test fn is not eqAndrea Corallo2020-01-011-0/+12
* some style nitsAndrea Corallo2020-01-011-19/+19
* require advice when compiling or loadingAndrea Corallo2020-01-011-0/+5
* make compilation too robust against advicesAndrea Corallo2020-01-011-6/+17
* better error signaling while loadingAndrea Corallo2020-01-011-5/+11
* Vnative_units_loaded -> Vnative_load_historyAndrea Corallo2020-01-011-8/+4
* remove old eln before creating a new one to prevent crashesAndrea Corallo2020-01-011-0/+6
* style nit into load_comp_unitAndrea Corallo2020-01-011-12/+10
* add native-units-loadedAndrea Corallo2020-01-011-2/+12
* emit_limple_push_handler style fixAndrea Corallo2020-01-011-5/+5
* fix emit_limple_call_ref for 0 args caseAndrea Corallo2020-01-011-1/+3
* make load mechanism robust against primitives advisesAndrea Corallo2020-01-011-42/+38
* better error handling into load_comp_unitAndrea Corallo2020-01-011-10/+16
* temporary fix subr doc field to zeroAndrea Corallo2020-01-011-0/+1
* cleanup unnecessary symbol definitionAndrea Corallo2020-01-011-1/+0
* set intspec to NULL when creating subrsAndrea Corallo2020-01-011-0/+1
* chasing GNU styleAndrea Corallo2020-01-011-36/+37
* better FUNCALL1 nameAndrea Corallo2020-01-011-34/+35
* XFIXNUM return EMACS_INTAndrea Corallo2020-01-011-12/+11
* minimal error handling in load_comp_unitAndrea Corallo2020-01-011-1/+3
* fix non local mechanismAndrea Corallo2020-01-011-1/+1
* better comp-debug customizeAndrea Corallo2020-01-011-3/+5
* move speed definition into lisp codeAndrea Corallo2020-01-011-8/+5
* fix SIGIO hang after compilationAndrea Corallo2020-01-011-0/+3
* simplify non local exit handler mechanismAndrea Corallo2020-01-011-33/+30
* sanity check during eln loadAndrea Corallo2020-01-011-8/+12
* add pure addr relocation mechanismAndrea Corallo2020-01-011-7/+18
* add current thread missing reloc mechanismAndrea Corallo2020-01-011-10/+24
* comment unused functionsAndrea Corallo2020-01-011-2/+2
* fix missing byte-save-restriction opAndrea Corallo2020-01-011-0/+13
* allow nested loadingsAndrea Corallo2020-01-011-21/+24