]> git.lizzy.rs Git - rust.git/commit
Squirrel away the JIT contexts into TLS when done
authorAlex Crichton <alex@alexcrichton.com>
Sat, 13 Jul 2013 06:16:50 +0000 (23:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 13 Jul 2013 06:16:50 +0000 (23:16 -0700)
commit48aa18d26a5d3a06bb83fa0aec842a0d88801bc4
tree1657943fa444659c721a14a7a47b2ab4f26f4380
parent1ee54a86171d70f439b3cf77e566150b78251bc2
Squirrel away the JIT contexts into TLS when done

This prevents attempting to run deallocated code (which is no longer present
always)
src/librustc/back/link.rs