dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Reinstate type specific ptr list #20

Closed dibyendumajumdar closed 7 years ago

dibyendumajumdar commented 7 years ago

When I ported Sparse to Windows, I removed all the type specific ptr_list types - and instead used ptr_list directly. However, this makes the code less readable as the list type is not evident, and also creates unnecessary differences when comparing with Sparse. This issue is to restore the type specific ptr_list definitions but do it in a way that I can understand.

dibyendumajumdar commented 7 years ago

Resolved