racket/csug
dybvig 0a5700cef6 support for internal fasl compression to allow seeking past compile-time info at run time and run-time info at compile time
- the collector now releases bignum temporaries in the collector
  rather than relocating them so we don't keep around huge bignum
  temporaries forever.
     gc.c
- removed the presumably useless vector-handling code from load()
  which used to be required to handle fasl groups.
     scheme.c
- object files are no longer compressed as a whole, and the parameter
  compile-compressed is no longer defined.  instead, the individual
  fasl objects within an object file are compressed whenever the
  new parameter fasl-compressed is set to its default value, #t.
  this allows the fasl reader to seek past portions of an object
  file that are not of interest, i.e., visit-only code and data
  when "revisiting" an object file and revisit-only code and data
  when "visiting" an object file.  the compressed portions are
  compressed using the format and level specified by the compress-format
  and compress-level parameters.  the C-coded fasl reader and
  boot-file loader no longer handle compressed files; these are
  handled, less efficiently, by the Scheme entry point (fasl-read).
  a warning exception is raised the first time a program attempts
  to create or read a compressed fasl file.
    7.ss, s/Mf-base, back.ss, bytevector.ss, cmacros.ss, compile.ss,
    fasl-helpers.ss, fasl.ss, primdata.ss, strip.ss, syntax.ss,
    externs.h, fasl.c, gc.c, scheme.c, thread.c,
    mats/6.ms, mats/7.ms, mats/bytevector.ms, mats/misc.ms, patch*,
    root-experr*,
    intro.stex, use.stex, io.stex, system.stex,
    release_notes.stex
- added begin wrappers around many of the Scheme source files that
  contained multiple expressions to cut down the number of top-level
  fasl objects and increase compressibility.  also removed the
  string filenames for debugging at the start of each file that had
  one---these are best inserted universally by a modified compile-file
  during a debugging session when desired.  also removed unnecessary
  top-level placeholder definitions for the assignments that follow.
    4.ss, 5_1.ss, 5_2.ss, 5_3.ss, 5_7.ss, 6.ss, 7.ss, bytevector.ss,
    cafe.ss, cback.ss, compile.ss, cp0.ss, cpcommonize.ss, cpletrec.ss,
    cpnanopass.ss, cprep.ss, cpvalid.ss, date.ss, engine.ss, enum.ss,
    env.ss, event.ss, exceptions.ss, expeditor.ss, fasl.ss, foreign.ss,
    format.ss, front.ss, ftype.ss, inspect.ss, interpret.ss, io.ss,
    library.ss, mathprims.ss, newhash.ss, pdhtml.ss, pretty.ss,
    prims.ss, primvars.ss, print.ss, read.ss, record.ss, reloc.ss,
    strnum.ss, syntax.ss, trace.ss

original commit: b7f161bf2939dfedce8accbfa82b92dbe011d32a
2020-03-04 16:53:35 -05:00
..
canned Add appropriate paths to profile screenshots. 2016-05-17 14:45:42 -04:00
gifs initial upload of open-source release 2016-04-26 10:04:54 -04:00
math initial upload of open-source release 2016-04-26 10:04:54 -04:00
tspl4 adopted latest tspl hidx and idx files, which reflect a similar but 2019-06-13 15:17:08 -07:00
bibliography.stex changed copyright year to 2017 2017-04-06 11:41:33 -04:00
binding.stex Fixes typos pointed out in #353 2018-10-05 15:01:36 -05:00
compat.stex fix duplicate words 2018-05-22 16:09:14 -04:00
contents.stex changed copyright year to 2017 2017-04-06 11:41:33 -04:00
control.stex Correct typo in description of case macro 2019-05-22 10:42:41 -04:00
copyright.stex Now opening 9.5.3 release. Intent is to formally release 9.5.2 2019-03-21 15:07:39 -07:00
csug.bib fix duplicate words 2018-05-22 16:09:14 -04:00
csug.css initial upload of open-source release 2016-04-26 10:04:54 -04:00
csug.stex Now opening 9.5.3 release. Intent is to formally release 9.5.2 2019-03-21 15:07:39 -07:00
csug8.cls initial upload of open-source release 2016-04-26 10:04:54 -04:00
csug8.hcls initial upload of open-source release 2016-04-26 10:04:54 -04:00
csug810.clo initial upload of open-source release 2016-04-26 10:04:54 -04:00
debug.stex add locate-source cache and line+column components to source objects 2017-08-01 05:23:56 -06:00
docond.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
expeditor.stex fix duplicate words 2018-05-22 16:09:14 -04:00
foreign.stex add load-compiled-from-port and Sregister_boot_file_fd 2018-07-15 20:44:34 -06:00
intro.stex support for internal fasl compression to allow seeking past compile-time info at run time and run-time info at compile time 2020-03-04 16:53:35 -05:00
io.stex support for internal fasl compression to allow seeking past compile-time info at run time and run-time info at compile time 2020-03-04 16:53:35 -05:00
libraries.stex library-manager, numeric, and bytevector-compres improvements 2020-02-21 13:48:47 -08:00
myfile.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
numeric.stex Return descriptions for most-positive-fixnum and most-negative-fixnum 2018-04-16 06:42:02 +00:00
objects.stex library-manager, numeric, and bytevector-compres improvements 2020-02-21 13:48:47 -08:00
oop.stex changed copyright year to 2017 2017-04-06 11:41:33 -04:00
preface.stex Added some adapted charter and contributing text to the user's giude 2018-02-01 00:13:58 -05:00
priminfo.ss changed copyright year to 2017 2017-04-06 11:41:33 -04:00
scheme.hsty initial upload of open-source release 2016-04-26 10:04:54 -04:00
scheme.sty no longer using replacements for \tt underscore, tilde, at-sign, dots, 2017-10-12 23:48:32 -04:00
setup.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
smgmt.stex various library-manager improvements including the ability to verify 2020-01-23 10:43:17 -08:00
summary.ss initial upload of open-source release 2016-04-26 10:04:54 -04:00
summary.stex changed copyright year to 2017 2017-04-06 11:41:33 -04:00
syntax.stex Various enhancements and fixes highlighted by profiling performance 2019-09-21 15:37:29 -07:00
system.stex support for internal fasl compression to allow seeking past compile-time info at run time and run-time info at compile time 2020-03-04 16:53:35 -05:00
threads.stex various library-manager improvements including the ability to verify 2020-01-23 10:43:17 -08:00
title.stex changed copyright year to 2017 2017-04-06 11:41:33 -04:00
tspl.bst initial upload of open-source release 2016-04-26 10:04:54 -04:00
tspl4-prep.stex initial upload of open-source release 2016-04-26 10:04:54 -04:00
use.stex support for internal fasl compression to allow seeking past compile-time info at run time and run-time info at compile time 2020-03-04 16:53:35 -05:00