Matthew Flatt
0553f191d7
adjust PLT_INCREMENTAL_GC so it can disable generational GC
...
A value that starts "1", "y", or "Y" enabled incremental mode
permanently (any value was allowed formerly), while a value that
starts "0", "n", or "N" causes incremental-mode requests to be
ignored.
2015-12-20 08:58:21 -07:00
Matthew Flatt
513849c1e3
incremental GC: make accounting incremental for the root custodian
2015-12-20 08:58:21 -07:00
Matthew Flatt
11f76cbebf
fix Burroughs's name
2015-12-15 17:11:45 -07:00
Matthew Flatt
345b1a8187
refine the Guide section in incremental GC
2015-12-01 17:47:29 -07:00
Matthew Flatt
a389678556
improve interaction of incremental mode and finalization
...
Really, just improve when majors GCs are forced to trigger
further finalizations. This improvement makes `(collect-garbage)`
followed by `(collect-garbage 'incremental)` move more
reliably into incremental mode.
2015-11-28 15:54:45 -07:00
Matthew Flatt
c9e9b4e400
add info on incremental GC mode to the Guide
2015-11-28 11:55:43 -07:00
zsh_89
5691b5a344
Add a link to a Macro tutorial written by Greg Hendershott which helps new learners understand Racket macro better.
2015-11-22 06:51:14 -07:00
Juan Francisco Cantero Hurtado
5e2421b1a0
Doc: github.com/plt -> github.com/racket
2015-11-06 10:26:07 -06:00
Paolo G. Giarrusso
a2b213ad1b
Fix typos
2015-10-08 19:03:36 -06:00
Robby Findler
2516374744
account for the added caveat line in the example error message dissection
...
Thanks to Paolo G. Giarrusso for spotting this and proposing a fix
2015-10-03 09:43:51 -05:00
边城
6fe8f635e4
update packges sources
...
Add Racket package manager to package sources
2015-08-11 08:06:34 -06:00
Vincent St-Amour
d66da8ff3b
Fix argument order in guide.
...
Closes PR15131.
2015-08-10 11:56:33 -05:00
Vincent St-Amour
cdea0da566
Fix package name.
2015-07-30 16:26:56 -05:00
Gustavo Massaccesi
9fe6c138cf
Fix typos in docs
2015-07-18 20:44:36 -06:00
Matthew Flatt
331b104345
JIT: inline ptr-ref
and ptr-set!
...
Special treatment of `ptr-ref` and `ptr-set!` applies when the second
argument is one of a few primitive C types: `_int`, `_double`, etc.
2015-07-02 15:59:35 -06:00
Robby Findler
78ecccc2b1
fewer quotes
2015-05-19 11:17:17 -05:00
Alex Knauth
d30b90cba3
contract docs: explain positive and negative as server and client
2015-05-19 11:14:13 -05:00
Mark Lee
c44cffe5a8
Add example of struct subtype inheritance of supertype. Clarify struct subtype inherits the prefix of the struct supertype.
2015-05-03 10:20:26 -06:00
Asumu Takikawa
d9efa6cc9b
Update docs pointers to shell-completion scripts
2015-03-26 10:48:58 -04:00
Paul Ojanen
e6ffbf2501
Improve reference to code value
...
Did "temp7" used to print out as "???"? I would have understood this more quickly if the reference to "temp7" had been more clear.
2015-03-14 17:20:02 -04:00
Joseph Irwin
6b9a50c82d
Fix typo in TRG 21.2.1
2015-03-14 17:19:17 -04:00
Joseph Irwin
95a8dfb5a7
Fix typo in TRG 16.2.5
2015-03-14 17:19:15 -04:00
Rob Hoelz
912d65948c
Link to the guide and reference source locations
2015-02-10 09:46:40 -05:00
Rob Hoelz
578e98afe0
Fix a typo involving keyword<?
2015-02-10 09:46:38 -05:00
Matthew Flatt
2d4f3e2ac9
remove the "racket-pkgs" directory layer
...
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00