# @higuoxing's site > Notes on fun things. - Author: @higuoxing - Website: https://higuoxing.com/ - RSS Feed: https://higuoxing.com/index.xml - Full Content Dump: https://higuoxing.com/llms-full.txt ## Articles - [Implementing an alternative JIT provider for PostgreSQL](https://higuoxing.com/archive/implementing-jit-provider-for-pgsql/): Implementing an alternative JIT provider for PostgreSQL that emits C and assembly codes. - [First Attempt on Writing a Clang Plugin](https://higuoxing.com/archive/first-attempt-on-clang-plugin/): Writing a custom Clang AST plugin to detect suspicious control flow statements in PostgreSQL PG_TRY() macros. - [My Journey with LLVM (GSoC'20 Final Evaluation)](https://higuoxing.com/archive/my-journey-with-llvm-iii/): Final evaluation of GSoC 2020: Summary of adding DWARF support to yaml2obj and yaml2elf in LLVM. - [My Journey with LLVM (GSoC'20 Phase 2)](https://higuoxing.com/archive/my-journey-with-llvm-ii/): Second coding period of GSoC 2020: Implementing debug_str_offsets, debug_rnglists, and debug_loclists in yaml2obj. - [My Journey with LLVM (GSoC'20 Phase 1)](https://higuoxing.com/archive/my-journey-with-llvm-i/): First coding period of GSoC 2020: Porting DWARF debug section support to yaml2obj and yaml2elf in LLVM. ## Raw Markdown Endpoints Each article can be read directly as clean Markdown: - [Implementing an alternative JIT provider for PostgreSQL](https://higuoxing.com/archive/implementing-jit-provider-for-pgsql/index.md) - [First Attempt on Writing a Clang Plugin](https://higuoxing.com/archive/first-attempt-on-clang-plugin/index.md) - [My Journey with LLVM (GSoC'20 Final Evaluation)](https://higuoxing.com/archive/my-journey-with-llvm-iii/index.md) - [My Journey with LLVM (GSoC'20 Phase 2)](https://higuoxing.com/archive/my-journey-with-llvm-ii/index.md) - [My Journey with LLVM (GSoC'20 Phase 1)](https://higuoxing.com/archive/my-journey-with-llvm-i/index.md)