Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Recompiling at runtime
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
victor noagbodji  
View profile  
 More options Nov 11 2011, 12:01 pm
From: victor noagbodji <noagbodjivic...@gmail.com>
Date: Fri, 11 Nov 2011 09:01:08 -0800 (PST)
Local: Fri, Nov 11 2011 12:01 pm
Subject: Recompiling at runtime

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,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Lance Taylor  
View profile  
 More options Nov 11 2011, 1:47 pm
From: Ian Lance Taylor <i...@google.com>
Date: Fri, 11 Nov 2011 10:47:44 -0800
Local: Fri, Nov 11 2011 1:47 pm
Subject: Re: [go-nuts] Recompiling at runtime

victor noagbodji <noagbodjivic...@gmail.com> writes:
> 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)?

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.

Ian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »