If you're sure they're unused by generated Go code, feel free to delete them. I'm ...
12 years, 10 months ago
(2012-05-03 20:55:02 UTC)
#4
If you're sure they're unused by generated Go code,
feel free to delete them.
I'm a little surprised by that, but maybe the floating
point code generation has gotten better than it was.
Russ
On 2012/05/03 20:47:49, rsc wrote: > Please use FLUSH instead of USED. FLUSH is defined ...
12 years, 10 months ago
(2012-05-04 16:07:50 UTC)
#5
On 2012/05/03 20:47:49, rsc wrote:
> Please use FLUSH instead of USED.
FLUSH is defined in runtime.h, but as stated in beginning of vlrt_arm.c:
// declared here to avoid include of runtime.h
void runtimeĀ·panicstring(char*);
I think I'd better not to include runtime.h for this file.
LGTM On Fri, May 4, 2012 at 12:07 PM, <minux.ma@gmail.com> wrote: > I think I'd ...
12 years, 10 months ago
(2012-05-04 16:12:22 UTC)
#6
LGTM
On Fri, May 4, 2012 at 12:07 PM, <minux.ma@gmail.com> wrote:
> I think I'd better not to include runtime.h for this file.
That's fine. Did removing the functions entirely not work?
If you can't remove them, please put // FLUSH on the USED lines.
Thanks.
Russ
On 2012/05/04 16:12:22, rsc wrote: > On Fri, May 4, 2012 at 12:07 PM, <mailto:minux.ma@gmail.com> ...
12 years, 10 months ago
(2012-05-04 17:39:19 UTC)
#7
On 2012/05/04 16:12:22, rsc wrote:
> On Fri, May 4, 2012 at 12:07 PM, <mailto:minux.ma@gmail.com> wrote:
> That's fine. Did removing the functions entirely not work?
Unfortunately, they are still referenced in cmd/gc/walk.c
Issue 6185047: code review 6185047: runtime: fix c compiler warning
(Closed)
Created 12 years, 10 months ago by minux1
Modified 12 years, 10 months ago
Reviewers:
Base URL:
Comments: 0