You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Hi all,
Please pardon my ignorance if what I'm asking cannot be achieved for I read that Go will compile packages and their dependencies before starting the program at the entering point.
But is there a feature that would allow a singled-out package to be re-compiled at runtime and "hot-swap" the generated code with the current generated one (for that package only)?
Thanks,
Ian Lance Taylor
unread,
Nov 11, 2011, 1:47:44 PM11/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Not at present. At some point there will have to be some way to at least do dlopen or the equivalent, but there is no schedule for when that will occur.