Files
asmjit/test
kobalicek f6a9c86b26 Use ASMJIT_INLINE_NODEBUG to make debugging easier
Having 'inline' is fine, however, when debugging a class that has
abstractions then sometimes to step over all of them can be very
frustrating. This is solved by ASMJIT_INLINE_NODEBUG, which tells
compiler that the body of a function doesn't have to be debuggable.

This mostly applies to getters, setters, and wrappers around API
functions.

In addition - some assembler tests were split to make the compilation
a little bit faster, especially when compiling with UBSAN.
2023-09-10 15:04:39 +02:00
..
2023-03-11 00:31:03 +01:00
2023-03-11 00:31:03 +01:00
2023-03-11 00:31:03 +01:00
2023-03-11 00:31:03 +01:00
2023-03-11 00:31:03 +01:00
2023-03-11 00:31:03 +01:00