racket/collects/scribblings
Matthew Flatt 7eb2042bd9 fix compiler handling of top-/module-level constants
The JIT and bytecode compiler disagreed on the definition of
"constant". Now there are two levels: "constant" means constant across
all instantiations, and "fixed" means constant for a given instantation.
The JIT uses this distinction to generate direct-primitive calls
or not. (Without the distinction, a direct jump to `reverse' could
be wrong, because `racket/base' might get instantiated with the
JIT disabled or not.)

Also, fixed a bug in the JIT's `vector-set!' code in the case that
the target vector is a top-/module-level reference that is ready,
fixed, or constant.
2011-08-19 06:32:44 -06:00
..
draw allow larger font sizes --- up to 1024 2011-07-15 19:43:47 -06:00
drracket Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
foreign doc typo 2011-08-02 17:15:23 -06:00
framework Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
gui Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
guide Move the "other editors" section later in the guide. 2011-08-17 11:37:25 -04:00
honu moved algol60 and honu docs to experimental category 2011-07-01 20:13:52 -06:00
htdp-langs Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
inside docs reorganization 2011-07-01 17:16:53 -06:00
main restored Getting Started link 2011-07-07 14:00:22 -06:00
more Hook XREPL into a few places where readline' and enter!' are mentioned. 2011-07-18 14:25:10 -04:00
quick docs reorganization 2011-07-01 17:16:53 -06:00
raco fix compiler handling of top-/module-level constants 2011-08-19 06:32:44 -06:00
reference fix reader graph-notation equivalence 2011-08-18 12:54:52 -06:00
scheme docs reorganization 2011-07-01 17:16:53 -06:00
scribble `scribble' reports broken cross references by default 2011-08-18 13:05:37 -06:00
slideshow Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
tools Adds a syncheck:add-arrow example to the docs 2011-08-17 11:59:43 -05:00
finger.png
icons.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt move purpose statements to the info files 2010-08-23 15:13:00 -06:00
magnify.png