[pypy-svn] pypy jit-shadowstack: A branch in which to play with supporting shadowstack in the JIT.

arigo commits-noreply at bitbucket.org
Wed Mar 30 16:59:26 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: jit-shadowstack
Changeset: r43017:9501ceb52751
Date: 2011-03-30 16:58 +0200
http://bitbucket.org/pypy/pypy/changeset/9501ceb52751/

Log:	A branch in which to play with supporting shadowstack in the JIT. A
	possible idea would be to keep the current structure in the JIT's
	backend, and put a marker in the shadowstack when we enter the
	assembler. It would let the assembler code run at full speed while
	getting rid of the asmgcc dependency.



More information about the Pypy-commit mailing list