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