| 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/12/07 20:49] (current) – [Poznámky] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914 |
|---|
| http://repo.or.cz/tinycc.git/blob/HEAD:/tccelf.c#l2809 elf_output_file | http://repo.or.cz/tinycc.git/blob/HEAD:/tccelf.c#l2809 elf_output_file |
| |
| | https://repo.or.cz/tinycc.git/blob/HEAD:/tccgen.c#l8794 decl "local function" |
| |
| | https://repo.or.cz/tinycc.git/blob/HEAD:/tccgen.c#l4462 struct_decl |
| ====== Poznámky ====== | ====== Poznámky ====== |
| |
| |
| lldb example http://github.com/llvm/llvm-project/blob/main/lldb/examples/python/disasm.py | lldb example http://github.com/llvm/llvm-project/blob/main/lldb/examples/python/disasm.py |
| | |
| | Squirrel https://github.com/mingodad/squilu |
| | |
| | C++ https://github.com/robertoraggi/cplusplus |
| | |
| |
| createDiagnostics, llvm 20 https://maskray.me/blog/2025-03-09-compiling-c++-with-clang-api | createDiagnostics, llvm 20 https://maskray.me/blog/2025-03-09-compiling-c++-with-clang-api |
| 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/ |
| | |
| | Squirrel https://github.com/mingodad/squilu |
| |
| | C++ https://github.com/robertoraggi/cplusplus |