index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
comp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanity check on lambdas fixups
Andrea Corallo
2020-05-15
1
-1
/
+1
*
* Fix speed 2 bootstrap
Andrea Corallo
2020-05-15
1
-0
/
+1
*
Add anonymous lambdas reload mechanism
Andrea Corallo
2020-05-15
1
-2
/
+53
*
* Prune now unnecessary byte-code objects
Andrea Corallo
2020-05-14
1
-2
/
+10
*
* Rework comp-spill-lap-function
Andrea Corallo
2020-05-14
1
-35
/
+36
*
Update spill LAP machinery and compile anonymous lambdas
Andrea Corallo
2020-05-14
1
-25
/
+42
*
* Fix `comp-deferred-compilation-black-list' effectiveness
Andrea Corallo
2020-05-10
1
-6
/
+7
*
* Add 'comp-deferred-compilation-black-list' customize
Andrea Corallo
2020-05-09
1
-1
/
+13
*
* Fix bug#41112
Andrea Corallo
2020-05-07
1
-30
/
+42
*
* Add native compilation unit black list
Andrea Corallo
2020-05-06
1
-1
/
+15
*
* Add a warning for missing write privilege
Andrea Corallo
2020-05-03
1
-1
/
+10
*
* Introduce `comp-output-directory'
Andrea Corallo
2020-05-03
1
-3
/
+9
*
* Fix async compilation non respecting `comp-always-compile' nil value.
Andrea Corallo
2020-04-29
1
-1
/
+2
*
Rework spill LAP mechanism in preparation of compiling lambdas.
Andrea Corallo
2020-04-26
1
-13
/
+6
*
Convert before final function doc hash into a vector.
Andrea Corallo
2020-04-26
1
-3
/
+11
*
Store function documentations in a hash table.
Andrea Corallo
2020-04-25
1
-1
/
+8
*
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Use `clrhash'.
Andrea Corallo
2020-04-25
1
-1
/
+1
*
Fix deferred-compilation for double compilation (bug#40838).
Andrea Corallo
2020-04-25
1
-1
/
+3
*
Store ongoing compilations processes as hash table.
Andrea Corallo
2020-04-25
1
-7
/
+12
*
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Fix non late load.
Andrea Corallo
2020-04-24
1
-1
/
+1
*
* lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix
Andrea Corallo
2020-04-16
1
-2
/
+2
*
* lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Add yes-or-no-p
Andrea Corallo
2020-04-16
1
-2
/
+5
*
* lisp/emacs-lisp/comp.el (native-compile-async): Better error message.
Andrea Corallo
2020-04-14
1
-7
/
+8
*
* lisp/emacs-lisp/comp.el (comp-finalize-relocs): Better commentary.
Andrea Corallo
2020-04-13
1
-2
/
+2
*
* Fix native-compile-async for bug#40602.
Andrea Corallo
2020-04-13
1
-3
/
+7
*
* lisp/emacs-lisp/comp.el (comp-c-func-name): Fix for M-x disassemble
Andrea Corallo
2020-04-06
1
-8
/
+12
*
* lisp/emacs-lisp/comp.el (native-compile): Better documentation.
Andrea Corallo
2020-04-05
1
-0
/
+2
*
Fix free function compilation
Andrea Corallo
2020-03-29
1
-3
/
+4
*
* comp.el (comp-output-base-filename): Handle src being a symbol
Andrea Corallo
2020-03-29
1
-1
/
+2
*
Prevent collisions in C namespace and function shadowing
Andrea Corallo
2020-03-29
1
-30
/
+55
*
* comp.el (native-compile-async): Fix excessive messaging
Andrea Corallo
2020-03-24
1
-2
/
+2
*
* comp.el : Fix typo introduced by f8b07ff4f3
Andrea Corallo
2020-03-23
1
-1
/
+1
*
Guard against function redefinition during deferred load
Andrea Corallo
2020-03-23
1
-2
/
+8
*
* comp.el: Add missing require
Andrea Corallo
2020-03-22
1
-0
/
+1
*
Have a fast build option triggered by env var NATIVE_FAST_BOOT
Andrea Corallo
2020-03-22
1
-10
/
+12
*
* comp.el (comp-async-jobs-number): Fix customize type.
Andrea Corallo
2020-03-19
1
-1
/
+1
*
* comp.el (comp-run-async-workers): Load only if compilation succeed
Andrea Corallo
2020-03-19
1
-10
/
+12
*
Command late load when deferring compilation
Andrea Corallo
2020-03-19
1
-1
/
+3
*
* comp.el: Extend `native-compile-async' for load and late-load
Andrea Corallo
2020-03-19
1
-16
/
+34
*
* comp.el: late-load support optional as `native-compile' parameter
Andrea Corallo
2020-03-19
1
-4
/
+8
*
* comp.el: Have the compiler generates 'late_top_level_run'
Andrea Corallo
2020-03-19
1
-16
/
+27
*
Trigger native compilation when loading bytecode
Andrea Corallo
2020-03-16
1
-0
/
+5
*
* comp.el: (native-compile-async) do not duplicate queue entries
Andrea Corallo
2020-03-16
1
-1
/
+2
*
* comp.el: Estimate async worker number using system CPU number
Andrea Corallo
2020-03-16
1
-4
/
+17
*
* comp.el: Make compilation logic to be dynamically controllable
Andrea Corallo
2020-03-16
1
-48
/
+63
*
* comp.el: Fix missing rx require
Andrea Corallo
2020-03-15
1
-2
/
+3
*
comp.el: Minor improvements
Adam Porter
2020-03-15
1
-117
/
+132
*
Prefix native compilation folders with "eln-"
Andrea Corallo
2020-03-13
1
-0
/
+1
*
* Do not produce .eln files when a byte compilation error happen
Andrea Corallo
2020-03-13
1
-0
/
+3
*
* Set relocation class as ephemeral in `comp-limplify-top-level'
AndreaCorallo
2020-03-10
1
-2
/
+2
[next]