<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi everyone,</p>
<p><br>
</p>
<p>I just had a question - </p>
<p><br>
</p>
<p>Let's say I need to do monomorphization for the corresponding function ( writing specific versions of a function with concrete type ) whenever I see a function call.</p>
<p><br>
</p>
<p>I wish to build an interpreter , and hence this will need to  happen at runtime</p>
<p>( there will be an infinite loop in which the parser is called , each time it parses</p>
<p>a top level production in the grammar ).</p>
<p><br>
</p>
<p>My question is - Would it be advisable to build a new LLVM Type ( with semantics of something like a non-concrete type )  or just change my existing code ?</p>
<p><br>
</p>
<p>Thanks ,</p>
<p>Malhar</p>
</div>
</body>
</html>