Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I really did, my comment is specific to C.




The only reason that GCC needs executable trampolines is for the program to be able to create an ordinary function pointer and have all the captured data come along with it. The proposal is to reuse the syntax of nested functions, but change the semantics so that they are no longer callable via ordinary function pointers, but rather "fat pointers" that reference the captured data alongside the raw function address. This is similar to the method used by C++ and does not need trampolines.

Meaning something that generates code similar to what I have in this comment?

https://news.ycombinator.com/item?id=46243298


Yeah something like that, though built-in to the compiler.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: