]> git.lizzy.rs Git - rust.git/commit
Ensure that Registers struct is 16-byte aligned on x86_64.
authorVadim Chugunov <vadimcn@gmail.com>
Sat, 5 Jul 2014 07:42:58 +0000 (00:42 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Tue, 5 Aug 2014 00:43:47 +0000 (17:43 -0700)
commitbf420e58c2f88c8f37f83aaf947e7abba1cd7f79
tree9fd15b4d8c3981d6aa9fe61ffcc23c9aa5199def
parent862ba430c5bc1ba9e47644d2a75a6091842c53d0
Ensure that Registers struct is 16-byte aligned on x86_64.
This is important when building with --disable-jemalloc: unlike jemalloc,  msvcrt does not align on 16 bytes unless asked to.
src/libgreen/context.rs