Can you copy and use a Dialyzer PLT output to another machine of different architecture? For example, I've built a PLT file on an x86_64 Linux machine. Can I use the file on an x86 FreeBSD or a Windows machine?
considering that dialyzer plt file is in binary form there could be some problems in regards of binary size of some elements in 32/64 bit and maybe metadata about the erlang release which may not be portable between even release and release.
BTW, dialyzer plt file takes less than half an hour to compile and can be edited after that by command line, so why moving the file instead of just simply recreate it (which has also the advantage to always have the dialyzer file for that specific release and architecture)?