index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profiler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)
Stefan Monnier
2019-09-12
1
-5
/
+7
*
Debug out-of-range make_fixnum args
Paul Eggert
2019-08-15
1
-1
/
+1
*
Tweak performance of cmpfn_profiler
Paul Eggert
2019-07-22
1
-2
/
+4
*
Fix crash if user test munges hash table
Paul Eggert
2019-07-20
1
-4
/
+4
*
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-20
1
-18
/
+16
*
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-27
1
-11
/
+9
*
Minor profiler improvements
Paul Eggert
2019-02-18
1
-32
/
+18
*
Use 'timer_getoverrun' on Cygwin when possible
Ken Brown
2019-02-18
1
-3
/
+4
*
Fix --enable-profiling builds (bug#34099)
Glenn Morris
2019-01-17
1
-0
/
+4
*
Fix segfault in profiler after pdump load
Daniel Colascione
2019-01-16
1
-7
/
+14
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+21
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-3
/
+2
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-6
/
+6
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-6
/
+6
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Use float instead of Lisp_Object for rehash_size
Paul Eggert
2017-02-21
1
-3
/
+2
*
Use ptrdiff_t instead of Lisp_Object for collision
Paul Eggert
2017-02-21
1
-5
/
+5
*
Change type of `rehash_threshold' and `pure' fields in hash-tables
Stefan Monnier
2017-02-18
1
-2
/
+2
*
Fix hash tables not being purified correctly.
Vibhav Pant
2017-01-30
1
-1
/
+1
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-2
/
+2
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-1
/
+6
*
|
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-27
1
-2
/
+2
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix some int overflows in profiler.c
Paul Eggert
2015-07-31
1
-10
/
+8
*
Enable CPU profiling on Cygwin
Ken Brown
2015-06-22
1
-0
/
+6
*
Improve diagnostics of profiler-cpu-start
Ken Brown
2015-06-22
1
-5
/
+14
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-1
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-04
1
-1
/
+1
|
\
|
*
Doc fixes
Glenn Morris
2014-05-01
1
-1
/
+1
*
|
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-04-05
1
-1
/
+1
|
/
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
1
-2
/
+2
*
Port to C89.
Paul Eggert
2013-07-10
1
-6
/
+6
*
Merge the specpdl and backtrace stacks. Make the structure of the
Stefan Monnier
2013-06-03
1
-14
/
+3
*
Reorder conditions that are written backwards
Andreas Schwab
2013-03-24
1
-2
/
+2
*
Minor hashing refactoring.
Paul Eggert
2013-02-09
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
Stefan Monnier
2012-11-08
1
-3
/
+3
*
|
Use same hash function for hashfn_profiler as for hash_string etc.
Paul Eggert
2012-11-08
1
-1
/
+1
*
|
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-11-08
1
-15
/
+76
|
/
[next]