Name: Anonymous 2014-06-11 16:44
As I understand, closures could be unboxed using a generated trampoline, like
Won't that mess code cache?
mov rax, qword 12345678ABCDEFh ; 10 bytes function address
jmp rax ; 2 bytes
payload times N db 0 ; closure environment
Won't that mess code cache?