X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=HACKING;h=c70e19460291d17828bed41b7f06b43fe007c0f7;hb=b2cb1c7393ad3eaf43b3cd928e6e4a932324eaa1;hp=5772b87b5e83d70ac185874578414032ad3dcb6b;hpb=8d1996a73234eed84ba68dae7ef09b4faec2a7ea;p=mate.git diff --git a/HACKING b/HACKING index 5772b87..c70e194 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,19 @@ -for a debug build, use +for testing with a release build, use +$ make tests/Fib + + +for testing a release build against OpenJDK output, use +$ make tests/Fib.test + + +for testing with a debug build, use $ DBGFLAGS='-DDBG_JIT -DDBG_BB' make tests/Fib.dbg `make clean' is needed if you change $DBGFLAGS. for all available flags, see `debug.h'. + + +for debugging with gdb, modify Mate/MethodPool.hs and make a debug build with at +least -DDBG_JIT enabled, then use +$ make tests/Fib.gdb +and follow the instructions in the source file.