classpool: do classloading at central point. omit '.class' when calling `mate'
[mate.git] / Mate / MethodPool.hs
2012-04-23 Bernhard Urbanclasspool: do classloading at central point. omit ...
2012-04-22 Bernhard Urbanmethodpool: also call native methods
2012-04-22 Bernhard Urbantypes: oops, we don't want the index at this point...
2012-04-22 Bernhard Urbanmodules: move (public) datatypes into a new module
2012-04-22 Bernhard Urbanclassloading: load classfile on demand
2012-04-17 Bernhard Urbanbasicblocks: also consider back references
2012-04-16 Bernhard Urbangdb: small howto debug generated code
2012-04-16 Bernhard Urbanmethodpool: save information in codegen context
2012-04-14 Bernhard UrbanmethodPool: compile methods on-demand
2012-04-08 Bernhard Urbanbuild: fix -Wall warnings
2012-04-08 Bernhard Urbanmethodpool: small demo how to access a Data.Map instanc...