Merge pull request #2338 from BogdanovKirill/httpwritefix3
[mono.git] / mono / mini / seq-points.c
2014-11-18 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET back to 0xffffff. The...
2014-11-18 Marcos HenrichAdded out_buf parameter to encode_var_int and decode_va...
2014-11-18 Marcos HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-18 Marcos HenrichMonoSeqPointInfo data is now compressed. Encode data...
2014-11-18 Marcos HenrichMonoSeqPointInfo no longer uses a GByteArray. GByteArra...
2014-11-18 Marcos HenrichMerged SeqPoint.next_array with SeqPoint.array.
2014-11-18 Marcos HenrichSeqPoint next array is no longer allocated by default...
2014-11-18 Marcos HenrichAdded size of sequence points to mono jit stats.
2014-11-18 Marcos HenrichIgnore seq points of entry and exit IL offsets. Those...
2014-11-18 Marcos HenrichSequence points debug data is no longer store by defaul...
2014-11-18 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2 The new value produ...
2014-11-18 Marcos HenrichAdded methods to read and write MonoSeqPointInfo.
2014-11-18 Marcos HenrichSeqPoint are now kept in memory with a compact encoding...
2014-11-18 Marcos HenrichMoved sequence point logic to seq-points.h and seq...
2014-11-17 Rodrigo KumperaMerge pull request #1405 from mono/revert-1289-stackframe
2014-11-17 Rodrigo KumperaRevert "Improved exception stack frame displayed data."
2014-11-17 Rodrigo KumperaMerge pull request #1289 from esdrubal/stackframe
2014-11-17 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET back to 0xffffff.
2014-11-17 Marcos HenrichAdded out_buf parameter to encode_var_int and decode_va...
2014-11-17 Marcos HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-17 Marcos HenrichMonoSeqPointInfo data is now compressed.
2014-11-17 Marcos HenrichMonoSeqPointInfo no longer uses a GByteArray.
2014-11-17 Marcos HenrichMerged SeqPoint.next_array with SeqPoint.array.
2014-11-17 Marcos HenrichSeqPoint next array is no longer allocated by default.
2014-11-17 Marcos HenrichAdded size of sequence points to mono jit stats.
2014-11-17 Marcos HenrichIgnore seq points of entry and exit IL offsets.
2014-11-17 Marcos HenrichSequence points debug data is no longer store by default.
2014-11-14 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2
2014-11-14 Marcos HenrichAdded methods to read and write MonoSeqPointInfo.
2014-11-14 Marcos HenrichSeqPoint are now kept in memory with a compact encoding.
2014-11-14 Marcos HenrichMoved sequence point logic to seq-points.h and seq...