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