-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for `_Thread_local` (and `_Thread_local static`) variables. Limitations: * Supports a single TLS region, but amenable to future extensions if we want to implement multi-threaded compartments; * Handles only symbols of type `TLSDESC`. Other changes: * Remove some old `struct Compartment` member variables that are now unneeded; * Add `print_comp` back; * Fix a bug regarding calculating scratch memory size for compartments; * Fixed a bug with setting relocation target addresses.
- Loading branch information
Showing
11 changed files
with
556 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.