summaryrefslogtreecommitdiff
path: root/src/profiler.c
Commit message (Expand)AuthorAgeFilesLines
* * src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)Stefan Monnier2019-09-121-5/+7
* Debug out-of-range make_fixnum argsPaul Eggert2019-08-151-1/+1
* Tweak performance of cmpfn_profilerPaul Eggert2019-07-221-2/+4
* Fix crash if user test munges hash tablePaul Eggert2019-07-201-4/+4
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-18/+16
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-11/+9
* Minor profiler improvementsPaul Eggert2019-02-181-32/+18
* Use 'timer_getoverrun' on Cygwin when possibleKen Brown2019-02-181-3/+4
* Fix --enable-profiling builds (bug#34099)Glenn Morris2019-01-171-0/+4
* Fix segfault in profiler after pdump loadDaniel Colascione2019-01-161-7/+14
* Add portable dumperDaniel Colascione2019-01-151-0/+21
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-3/+2
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-6/+6
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-3/+2
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-211-5/+5
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-2/+2
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+6
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-2/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix some int overflows in profiler.cPaul Eggert2015-07-311-10/+8
* Enable CPU profiling on CygwinKen Brown2015-06-221-0/+6
* Improve diagnostics of profiler-cpu-startKen Brown2015-06-221-5/+14
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-1/+1
|\
| * Doc fixesGlenn Morris2014-05-011-1/+1
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-2/+2
* Port to C89.Paul Eggert2013-07-101-6/+6
* Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-031-14/+3
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Minor hashing refactoring.Paul Eggert2013-02-091-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-081-3/+3
* | Use same hash function for hashfn_profiler as for hash_string etc.Paul Eggert2012-11-081-1/+1
* | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-15/+76
|/
* * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-031-0/+4
* Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-031-8/+14