index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profiler.c
Age
Commit message (
Expand
)
Author
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-05-23
Be more careful about size multiplication
Paul Eggert
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-06-14
; * src/profiler.c (export_log): Fix whitespace (bug#78762).
Eli Zaretskii
2025-06-14
Fix segfault in profiler-cpu-log and profiler-memory-log (bug#78763)
Zach Shaftel
2025-03-28
Miscellaneous corrections
Po Lu
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-19
Prefer the 'min'/'max' macros where possible
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Remove purecopy hash table flag
Pip Cet
2024-04-28
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-01-13
Share hash table test structs
Mattias Engdegård
2024-01-13
Remove rehash-threshold and rehash-size struct members
Mattias Engdegård
2024-01-13
Represent hash table weakness as an enum internally
Mattias Engdegård
2024-01-12
Decouple profiler from Lisp hash table internals
Mattias Engdegård
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-27
; Another fix for profiler.c
Eli Zaretskii
2023-10-27
Fix compilation error in profiler.c
Eli Zaretskii
2023-03-10
src/profiler.c: Keep track of the discarded counts
Stefan Monnier
2023-03-10
src/profiler.c: Share more code between CPU and Memory profilers
Stefan Monnier
2023-03-10
src/profiler.c: Try and fix occasional assertion failures
Stefan Monnier
2023-03-10
src/profiler.c: Keep track of allocations during GC
Eli Zaretskii
2023-03-01
* src/profiler.c (malloc_probe): Make it safe for GC (bug#60237)
Stefan Monnier
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-12
* src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)
Stefan Monnier
2019-08-15
Debug out-of-range make_fixnum args
Paul Eggert
2019-07-22
Tweak performance of cmpfn_profiler
Paul Eggert
2019-07-20
Fix crash if user test munges hash table
Paul Eggert
2019-07-20
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-18
Minor profiler improvements
Paul Eggert
2019-02-18
Use 'timer_getoverrun' on Cygwin when possible
Ken Brown
2019-01-17
Fix --enable-profiling builds (bug#34099)
Glenn Morris
2019-01-16
Fix segfault in profiler after pdump load
Daniel Colascione
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-02-21
Use float instead of Lisp_Object for rehash_size
Paul Eggert
[next]