Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better error handling while loading eln files | Andrea Corallo | 2020-01-01 | 1 | -29/+36 | |
| | ||||||
* | fix symbol_subr + better naming | Andrea Corallo | 2020-01-01 | 1 | -6/+6 | |
| | ||||||
* | fix missing goto into load_comp_unit | Andrea Corallo | 2020-01-01 | 1 | -1/+4 | |
| | ||||||
* | remove unsigned in favor of ptrdiff_t | Andrea Corallo | 2020-01-01 | 1 | -12/+12 | |
| | ||||||
* | remove native-load-history | Andrea Corallo | 2020-01-01 | 1 | -6/+0 | |
| | ||||||
* | fix jump table emission when test fn is not eq | Andrea Corallo | 2020-01-01 | 1 | -0/+12 | |
| | ||||||
* | some style nits | Andrea Corallo | 2020-01-01 | 1 | -19/+19 | |
| | ||||||
* | require advice when compiling or loading | Andrea Corallo | 2020-01-01 | 1 | -0/+5 | |
| | ||||||
* | make compilation too robust against advices | Andrea Corallo | 2020-01-01 | 1 | -6/+17 | |
| | ||||||
* | better error signaling while loading | Andrea Corallo | 2020-01-01 | 1 | -5/+11 | |
| | ||||||
* | Vnative_units_loaded -> Vnative_load_history | Andrea Corallo | 2020-01-01 | 1 | -8/+4 | |
| | ||||||
* | remove old eln before creating a new one to prevent crashes | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| | ||||||
* | style nit into load_comp_unit | Andrea Corallo | 2020-01-01 | 1 | -12/+10 | |
| | ||||||
* | add native-units-loaded | Andrea Corallo | 2020-01-01 | 1 | -2/+12 | |
| | ||||||
* | emit_limple_push_handler style fix | Andrea Corallo | 2020-01-01 | 1 | -5/+5 | |
| | ||||||
* | fix emit_limple_call_ref for 0 args case | Andrea Corallo | 2020-01-01 | 1 | -1/+3 | |
| | ||||||
* | make load mechanism robust against primitives advises | Andrea Corallo | 2020-01-01 | 1 | -42/+38 | |
| | ||||||
* | better error handling into load_comp_unit | Andrea Corallo | 2020-01-01 | 1 | -10/+16 | |
| | ||||||
* | temporary fix subr doc field to zero | Andrea Corallo | 2020-01-01 | 1 | -0/+1 | |
| | ||||||
* | cleanup unnecessary symbol definition | Andrea Corallo | 2020-01-01 | 1 | -1/+0 | |
| | ||||||
* | set intspec to NULL when creating subrs | Andrea Corallo | 2020-01-01 | 1 | -0/+1 | |
| | ||||||
* | chasing GNU style | Andrea Corallo | 2020-01-01 | 1 | -36/+37 | |
| | ||||||
* | better FUNCALL1 name | Andrea Corallo | 2020-01-01 | 1 | -34/+35 | |
| | ||||||
* | XFIXNUM return EMACS_INT | Andrea Corallo | 2020-01-01 | 1 | -12/+11 | |
| | ||||||
* | minimal error handling in load_comp_unit | Andrea Corallo | 2020-01-01 | 1 | -1/+3 | |
| | ||||||
* | fix non local mechanism | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| | ||||||
* | better comp-debug customize | Andrea Corallo | 2020-01-01 | 1 | -3/+5 | |
| | ||||||
* | move speed definition into lisp code | Andrea Corallo | 2020-01-01 | 1 | -8/+5 | |
| | ||||||
* | fix SIGIO hang after compilation | Andrea Corallo | 2020-01-01 | 1 | -0/+3 | |
| | ||||||
* | simplify non local exit handler mechanism | Andrea Corallo | 2020-01-01 | 1 | -33/+30 | |
| | ||||||
* | sanity check during eln load | Andrea Corallo | 2020-01-01 | 1 | -8/+12 | |
| | ||||||
* | add pure addr relocation mechanism | Andrea Corallo | 2020-01-01 | 1 | -7/+18 | |
| | ||||||
* | add current thread missing reloc mechanism | Andrea Corallo | 2020-01-01 | 1 | -10/+24 | |
| | ||||||
* | comment unused functions | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | fix missing byte-save-restriction op | Andrea Corallo | 2020-01-01 | 1 | -0/+13 | |
| | ||||||
* | allow nested loadings | Andrea Corallo | 2020-01-01 | 1 | -21/+24 | |
| | ||||||
* | rework top level environment modification mechanism | Andrea Corallo | 2020-01-01 | 1 | -43/+40 | |
| | ||||||
* | native compile return the filename of the compilation unit | Andrea Corallo | 2020-01-01 | 1 | -4/+3 | |
| | ||||||
* | fix invalid write into emit_limple_insn | Andrea Corallo | 2020-01-01 | 1 | -1/+2 | |
| | ||||||
* | some clean-up | Andrea Corallo | 2020-01-01 | 1 | -11/+0 | |
| | ||||||
* | rework emit_limple_insn arg parsing | Andrea Corallo | 2020-01-01 | 1 | -30/+25 | |
| | ||||||
* | add fetch-handler operator | Andrea Corallo | 2020-01-01 | 1 | -46/+60 | |
| | ||||||
* | fix ice logging message | Andrea Corallo | 2020-01-01 | 1 | -3/+2 | |
| | ||||||
* | remove INLINE hints from comp.c | Andrea Corallo | 2020-01-01 | 1 | -6/+6 | |
| | ||||||
* | fix missing direct parameter forwarding into emit_limple_call_ref | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| | ||||||
* | remove unnecessary autostirng usage | Andrea Corallo | 2020-01-01 | 1 | -9/+5 | |
| | ||||||
* | don't crash when trying to format a very long string | Andrea Corallo | 2020-01-01 | 1 | -2/+6 | |
| | ||||||
* | do not force inlining for func involving ipa-pro | Andrea Corallo | 2020-01-01 | 1 | -4/+9 | |
| | ||||||
* | add type hint to setcar setcdr | Andrea Corallo | 2020-01-01 | 1 | -25/+33 | |
| | ||||||
* | add type hint to car and cdr | Andrea Corallo | 2020-01-01 | 1 | -60/+41 | |
| |