Site Tools


prekl:prekl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
prekl:prekl [2025/05/31 12:00] – [Poznámky] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914prekl:prekl [2025/12/07 20:49] (current) – [Poznámky] 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914
Line 215: Line 215:
 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 ======
  
Line 233: Line 235:
  
 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
Line 318: Line 325:
  
 https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html 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
prekl/prekl.1748692825.txt.gz · Last modified: 2025/05/31 12:00 by 2a00:1028:919d:bcb2:da5e:d3ff:fe59:4914