visual c++ - How to inspect MSVC's c++ object layout? -
when compiling c++ code clang, can inspect memory layout generates passing -xclang -fdump-record-layouts
on command line.
is there similar way inspect memory layout msvc generates, ideally 1 works on command line , can used on godbolt.org?
wiki
Comments
Post a Comment