index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
; * src/comp.c (Fnative_elisp_load): Fix typo in docstring
Juanma Barranquero
2022-11-17
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-10-16
1
-2
/
+15
|
\
|
*
; Fix documentation of 'comp-enable-subr-trampolines'
Eli Zaretskii
2022-10-15
1
-2
/
+15
|
*
Update error message to reflect variable rename
Jeff Walsh
2022-06-09
1
-1
/
+1
*
|
Add comment explaining gcc_jit_context_new_bitcast usage.
Vibhav Pant
2022-10-05
1
-0
/
+5
*
|
Address styling comments.
Vibhav Pant
2022-10-05
1
-7
/
+7
*
|
comp.c: Add declaration for gcc_jit_type_is_pointer.
Vibhav Pant
2022-10-05
1
-2
/
+12
*
|
src/comp.c: Use libgccjit's bitcast API for type coercion, when available.
Vibhav Pant
2022-10-05
1
-5
/
+57
*
|
Rename to inhibit-automatic-native-compilation
Lars Ingebrigtsen
2022-10-03
1
-3
/
+4
*
|
Add new variable 'inhibit-native-compilation'
Lars Ingebrigtsen
2022-10-03
1
-0
/
+8
*
|
Update error message to reflect variable rename
Jeff Walsh
2022-09-03
1
-1
/
+1
*
|
* Expose `comp-loaded-comp-units-h'
Andrea Corallo
2022-08-18
1
-9
/
+10
*
|
; Fix warnings from #pragma GCC iagnostic pop on macOS
Gerd Möllmann
2022-07-30
1
-0
/
+4
*
|
native-comp-eln-load-path doc string fix
Lars Ingebrigtsen
2022-07-02
1
-1
/
+1
*
|
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-1
/
+1
*
|
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-4
/
+4
*
|
Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message."
Eli Zaretskii
2022-06-09
1
-1
/
+1
*
|
* src/comp.c (Fcomp_el_to_eln_filename): Update error message.
Jeff Walsh
2022-06-09
1
-1
/
+1
*
|
Audit quoting symbols in C doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
|
Avoid compiler warnings on macOS (bug#55595)
Eli Zaretskii
2022-05-23
1
-1
/
+1
*
|
Adjust more prin1-to-string callers
Lars Ingebrigtsen
2022-05-15
1
-6
/
+6
*
|
Port struct Lisp_Subr to C99
Paul Eggert
2022-04-18
1
-1
/
+1
*
|
* src/comp.c: Few improvements following 71b8f1fc635.
Andrea Corallo
2022-03-22
1
-7
/
+3
*
|
; * src/comp.c: Update a comment.
Andrea Corallo
2022-03-21
1
-1
/
+0
*
|
Make native helper functions static
Paul Eggert
2022-03-19
1
-10
/
+11
*
|
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
1
-13
/
+2
*
|
Remove internal_condition_case_[345]
Paul Eggert
2022-03-19
1
-3
/
+9
*
|
Make `command-modes' work for (native-compiled) subrs, too
Lars Ingebrigtsen
2022-03-19
1
-3
/
+13
*
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-3
/
+3
*
|
* Improve 'maybe_defer_native_compilation'
Andrea Corallo
2022-02-01
1
-1
/
+2
*
|
Rename `comp--loadable' into `comp--compilable'
Andrea Corallo
2022-02-01
1
-4
/
+4
*
|
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-28
1
-13
/
+1
*
|
; Rename 'startup--require-comp-safetly'
Eli Zaretskii
2022-01-28
1
-1
/
+1
*
|
Fix potential native compiler circular dependencies during load
Andrea Corallo
2022-01-27
1
-1
/
+5
*
|
* src/comp.c (emit_lisp_obj_rval): Make use of NILP.
Andrea Corallo
2022-01-25
1
-1
/
+1
*
|
* src/comp.c (emit_limple_insn): Fix another int/Lisp_Object mixup
Stefan Monnier
2022-01-25
1
-2
/
+2
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-36
/
+31
|
\
\
|
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'
Andrea Corallo
2021-12-15
1
-3
/
+3
|
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-03
1
-5
/
+13
|
|
\
|
|
|
*
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-12-02
1
-5
/
+13
|
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-01
1
-3
/
+3
|
|
\
|
|
|
*
; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.
Eli Zaretskii
2021-11-30
1
-3
/
+3
|
*
|
; * src/comp.c (syms_of_comp): Fix first lines of doc strings.
Eli Zaretskii
2021-11-30
1
-4
/
+4
|
*
|
Improve native compiler startup circular dependecy prevention mechanism
Andrea Corallo
2021-11-30
1
-24
/
+11
*
|
|
Try to make scratch/correct-warning-pos build on Windows and not segfault
Alan Mackenzie
2021-12-31
1
-3
/
+2
*
|
|
Miscellaneous enhancements to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-31
1
-15
/
+75
*
|
|
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-30
1
-5
/
+237
|
/
/
[next]