This commit is contained in:
Justin Ethier 2017-01-05 02:31:56 -05:00
parent 14d62f57b0
commit c770a21645

View file

@ -301,9 +301,9 @@ At runtime Cyclone passes the current continuation, number of arguments, and a t
- Thread state - Thread state
- Stack boundaries - Stack boundaries
- Jump buffer - Cheney on the MTA jump buffer
- List of mutated objects detected by the minor GC write barrier - 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 - Call history buffer
- Exception handler stack - Exception handler stack