<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I already eliminated the mpc and mpfr dependency.<br>  They are only used for "builtins", which we never use.<br>And drastically reduced gmp use.<br>These were a big part of building m3cc.<br><br><br>The remaining use of gmp appears<br>to only be in tree-ssa-loop-niter.c which<br>determines/estimates the number of times a loop runs,<br>I believe in order to possibly unroll it, or other loop optimizations.<br><br><br>Considering removing this, in order to cut the gmp dependency?<br><br><br> - Jay<br>                                      </body>
</html>