Thank you for review. Alex https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/callback_windows.c File src/pkg/runtime/callback_windows.c (right): https://codereview.appspot.com/10368043/diff/5001/src/pkg/runtime/callback_windows.c#newcode31 src/pkg/runtime/callback_windows.c:31: WinCallbackContext* c; On 2013/06/18 ...
11 years, 9 months ago
(2013-06-19 07:11:25 UTC)
#4
On 2013/06/19 11:03:58, minux wrote: > ... > ah, i see. the cbctxts is a ...
11 years, 9 months ago
(2013-06-20 02:34:11 UTC)
#6
On 2013/06/19 11:03:58, minux wrote:
> ...
> ah, i see. the cbctxts is a pointer to an array.
> so actually, it should be something like:
> MOVL runtime·cbctxts(SB), BX
> MOVL -4(BX)(AX*4), AX
Cool. I have changed the code.
Alex
https://codereview.appspot.com/10368043/diff/11001/src/cmd/dist/buildruntime.c
File src/cmd/dist/buildruntime.c (right):
https://codereview.appspot.com/10368043/diff/11001/src/cmd/dist/buildruntime....
src/cmd/dist/buildruntime.c:294: if(hasprefix(goos, "windows")) {
On 2013/06/19 11:03:58, minux wrote:
> s/hasprefix/streq/
Done.
https://codereview.appspot.com/10368043/diff/11001/src/cmd/dist/buildruntime....
src/cmd/dist/buildruntime.c:298: "// license that can be found in the LICENSE
file.\n"
On 2013/06/19 11:03:58, minux wrote:
> it seems auto generated file doesn't need copyright notices.
Removed copyright.
https://codereview.appspot.com/10368043/diff/11001/src/cmd/dist/buildruntime....
src/cmd/dist/buildruntime.c:308: for(i=0; i<2001; i++) {
On 2013/06/19 11:03:58, minux wrote:
> 2001?
I am not good at math. And I know that. I am always worried that I miscounted
something. So I always try and protected myself, when I can. :-)
>
> or better, also generate a .h to contain that constant,
> so that only the cmd/dist contains the constant.
Done. Added it to zasm_$GOOS_$GOARCH.h. And included that file in
callback_windows.go.
Issue 10368043: code review 10368043: runtime: do not generate code during runtime in windows...
(Closed)
Created 11 years, 9 months ago by brainman
Modified 11 years, 9 months ago
Reviewers:
Base URL:
Comments: 19