<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hi,</div><div><br></div><div>I'm not sure if this is a bug or a feature, but I noticed the following behavior:</div><div><br></div><div>I have a declaration of a function , with no body. I set it to use an external function pointer using addGlobalMapping. This works fine.</div><div>Later, I clone the function – and the cloned function doesn't have the global mapping.</div><div><br></div><div>I realize that the global mapping is a part of the execution engine, and not of the module or of the function. As such it is not cloned when the module or function do. However, this is not what I would expect by cloning – I would expect to get the same behavior from the clone.</div><div><br></div><div>Is there a reason not to clone the mapping as well? Or a way to set a function pointer that will be cloned?</div><div><br></div><div>Thanks,</div><div>Eran.</div></body></html>