Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 600 Bytes

LLHP

An experimental WIP LLVM-ExecutionEngine Based Hot Patch Library

Blog

Currently the repo contains a modified version of LLVM. The source of the library is located at projects/LLHP

TODO:

  • IR Parsing
  • Build type-encode:length table at compile time and get rid of current switch mess
  • Add Bridging Value Converting Function Registeration Mechanism
  • High Level Wrapper
  • Dual-way GV Emit/Update
  • Handle other aspects of an ObjC class

Misc:

1 2 3