Skip to content
Commit 3aba072c authored by David Goldblatt's avatar David Goldblatt Committed by David Goldblatt
Browse files

SC: Remove global data.

The global data is mostly only used at initialization, or for easy access to
values we could compute statically.  Instead of consuming that space (and
risking TLB misses), we can just pass around a pointer to stack data during
bootstrapping.
parent 4bc48718
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment