From c770a21645da2c87b360a716f1550dc5899be70d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 5 Jan 2017 02:31:56 -0500 Subject: [PATCH] cleanup --- docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md index 0662f6ff..fc8ff271 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md @@ -301,9 +301,9 @@ At runtime Cyclone passes the current continuation, number of arguments, and a t - Thread state - Stack boundaries -- Jump buffer +- Cheney on the MTA jump buffer - List of mutated objects detected by the minor GC write barrier -- Major GC parameters - mark buffer, last read/write, etc (see next sections) +- Parameters for major GC - Call history buffer - Exception handler stack