racket/makefiles
Matthew Flatt baf3bba9de constrain smaller trap-check code to avoid allocation
Having the trap check allocate is questionable, since it can be
triggered during a loop that otherwise performs no allocation. Also,
on platforms where at most 1 argument is passed in a register, then
sending two arguments to the event handler could potentially need
stack space that isn't there. So, constrain the smaller trap-check
code to cases where no stack space is needed and where no allocation
happens unless the wrong number of arguments are provided.

original commit: 260a7ef5bc0bf851d9848587b0a78bdb4aab59f8
2020-02-07 15:27:07 -07:00
..
installsh Bash test(1) does not allow bare numbers with ==, so use -eq 2016-05-22 17:41:40 -04:00
Makefile-csug.in Makefile-csug.in install target is now consistent with the project 2018-03-28 09:25:20 -07:00
Makefile-release_notes.in - Updated CSUG to replace \INSERTREVISIONMONTHSPACEYEAR with the current 2017-10-13 23:50:20 -04:00
Makefile-workarea.in minor build and new-release updates 2019-03-19 23:23:10 -07:00
Makefile.in adjust build for BSDs, MinGW cross-compile, and more configuration 2019-07-03 18:54:04 -06:00
Mf-boot.in changed copyright year to 2017 2017-04-06 11:41:33 -04:00
Mf-install.in constrain smaller trap-check code to avoid allocation 2020-02-07 15:27:07 -07:00