otp icon indicating copy to clipboard operation
otp copied to clipboard

ErLLVM: Erlang/OTP with an LLVM backend for HiPE

Results 2 otp issues
Sort by recently updated
recently updated
newest added

Talking with [David Terei](http://www.scs.stanford.edu/~davidt/) convinced me that using Type-Based Alias Analysis (TBAA) in LLVM could enable various optimization transformations; the LLVM CodeGen does not apply them because it doesn't know...

Implement a liveness analysis on RTL variables (only tagged) in order to reduce LLVM stack usage. Each RTL tagged var is mapped explicitly to a stack slot (with 'alloca') because...