racket/collects/syntax/private
Matthew Flatt ee775c3cc3 intern strings, etc. only when making syntax objects, not in `read'
Rename `read-intern-literal' to `datum-intern-literal'.

Interning is needed only in `read-syntax' or `datum->syntax' to
set up the invariants that the bytecode compiler needs for cross-module
optimization. When `read'ing numbers from a data file, meanwhile,
interning slows things down a lot and doesn't seem worthwhile.
2011-12-14 16:03:44 -07:00
..
util removed useless requires 2011-09-27 19:28:44 -06:00
boundmap.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
doctable.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
id-table.rkt syntax/id-table: added uncontracted private version 2011-09-30 04:13:09 -06:00
keyword.rkt removed useless requires 2011-09-27 19:28:44 -06:00
modcollapse-noctc.rkt intern strings, etc. only when making syntax objects, not in `read' 2011-12-14 16:03:44 -07:00
modhelp.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
template-runtime.rkt removed useless requires 2011-09-27 19:28:44 -06:00