Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
prekl:prekl [2025/05/30 22:42] – [Poznámky] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914 | prekl:prekl [2025/06/08 20:44] (current) – [Poznámky] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914 |
---|
https://thinkingeek.com/2016/01/06/tiny-gcc-front-part-2/ | https://thinkingeek.com/2016/01/06/tiny-gcc-front-part-2/ |
| |
| https://stackoverflow.com/questions/18672191/gcc-c-exception-handling-implementation |
| |
| https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html |
| |
| https://gabrieleserra.ml/blog/2020-08-27-an-introduction-to-gcc-and-gccs-plugins.html#InstrumentcodewithGCCcompilingoptions |
| |
| gimple_build_call gimple_build_assign gimple_build_cond gimple_build_try |
| |
| https://gcc.gnu.org/onlinedocs/gccint/GIMPLE.html |
| |
| https://tldp.org/HOWTO/GCC-Frontend-HOWTO-7.html |
| |
| https://gcc.gnu.org/onlinedocs/jit/topics/expressions.html#c.GCC_JIT_BINARY_OP_LOGICAL_AND |
| |
| https://github.com/gcc-mirror/gcc/blob/master/gcc/jit/jit-playback.cc#L2355 add_assignment |
| |
| https://github.com/gcc-mirror/gcc/blob/master/gcc/jit/jit-recording.cc#L7425 recording::assignment::replay_into recording::assignment::write_reproducer |
| |
| https://github.com/gcc-mirror/gcc/blob/master/gcc/cp/cp-tree.h#L8012 cp-tree.h begin_try_block |
| |
| https://gcc.gnu.org/onlinedocs/gccint/Example.html define_insn |
| |
| https://kristerw.blogspot.com/2017/08/gcc-target-description-macros-and.html |
| |
| https://atgreen.github.io/ggx/ |
| |
| http://moxielogic.org/blog/qemu-says-hello-world.html |
| |
| https://github.com/ghaerr/ncc |
| |
| https://fevtyp.com/naive/ |
| |