SIL: add the alloc_vector and vector instructions

* `alloc_vector`: allocates an uninitialized vector of elements on the stack or in a statically initialized global
* `vector`: creates an initialized vector in a statically initialized global
This commit is contained in:
Erik Eckstein
2023-10-18 11:42:22 +02:00
parent 2a54f98c62
commit e652f2c92e
33 changed files with 422 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 825; // TrivialStride
const uint16_t SWIFTMODULE_VERSION_MINOR = 826; // alloc_vector, vector instructions
/// A standard hash seed used for all string hashes in a serialized module.
///