aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/CheckObject.zig
diff options
context:
space:
mode:
authorLuuk de Gram <luuk@degram.dev>2023-06-21 21:43:11 +0200
committerLuuk de Gram <luuk@degram.dev>2023-06-26 20:00:57 +0200
commit10bf58b2db0e340137228f706ee2e8a67b46a892 (patch)
tree4bee037f76f15189cf25a819cddf08b5da27274b /lib/std/Build/Step/CheckObject.zig
parenta97dbdfa0b1246913ba90cd5c05ff633e9003cb9 (diff)
downloadzig-10bf58b2db0e340137228f706ee2e8a67b46a892.tar.gz
zig-10bf58b2db0e340137228f706ee2e8a67b46a892.zip
store allocator & remove global assembly
We now store the original allocator that was used to allocate the memory required for the thread. This allocator can then be used in any cleanup functionality to ensure the memory is freed correctly. Secondly, we now use a function to set the stack pointer instead of generating a function using global assembly. This is a lot cleaner and more readable.
Diffstat (limited to 'lib/std/Build/Step/CheckObject.zig')
0 files changed, 0 insertions, 0 deletions