|
In article <g6tcll$1dq$1@fred.mathworks.com>,
Pyeongwoo <pyeongwoo.lee@magnachip.com> wrote:
>I made some analysis tool, and I converted it into stand
>alone binary to provide it to the other engineers.
>But MCRInstaller.exe that I have to distribute is almost
>140MB.
>Is there any way to make it smaller like 50MB?
>My version is "7.5.0.342 (R2007b)"
Sorry, no, there isn't. It is effectively a compressed version
of all of the inner guts of Matlab, everything needed to
actually run a Matlab program (except the program parser),
including all of the major graphic routines.
Matlab programs no longer compile into C code that calls upon
the Matlab engine at need: Matlab programs now compile into
pre-parsed "threaded" calls into the Matlab inner workings,
very close to the same way that source code that has passed through the
JIT (Just In Time) compiler behaves for "live" Matlab.
--
"Tired minds don't plan well. Sleep first, plan later."
-- Walter Reisch
|