Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Issue 6844080: code review 6844080: runtime: fix madvise for freebsd/amd64 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by mikio
Modified:
12 years, 8 months ago
Reviewers:
CC:
minux1, jsing, dave_cheney.net, golang-dev
Visibility:
Public.

Description

runtime: fix madvise for freebsd/amd64 Make use of carry clear condition instead of low or same.

Patch Set 1 #

Patch Set 2 : diff -r 9764a39320d8 https://code.google.com/p/go #

Patch Set 3 : diff -r 9764a39320d8 https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r d351a7cc9ca9 https://code.google.com/p/go #

Patch Set 5 : diff -r d351a7cc9ca9 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M src/pkg/runtime/sys_freebsd_amd64.s View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7
mikio
Hello minux.ma@gmail.com, jsing@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 8 months ago (2012-11-25 09:21:17 UTC) #1
minux1
https://codereview.appspot.com/6844080/diff/4001/src/pkg/runtime/sys_freebsd_amd64.s File src/pkg/runtime/sys_freebsd_amd64.s (right): https://codereview.appspot.com/6844080/diff/4001/src/pkg/runtime/sys_freebsd_amd64.s#newcode193 src/pkg/runtime/sys_freebsd_amd64.s:193: CMPQ AX, $0xfffffffffffff001 remove the comparison here. a single ...
12 years, 8 months ago (2012-11-25 09:23:51 UTC) #2
mikio
> you may want to reference pkg/syscall/asm_freebsd_amd64.s thx for helpful info. https://codereview.appspot.com/6844080/diff/4001/src/pkg/runtime/sys_freebsd_amd64.s File src/pkg/runtime/sys_freebsd_amd64.s (right): ...
12 years, 8 months ago (2012-11-25 09:37:32 UTC) #3
mikio
Hello minux.ma@gmail.com, jsing@google.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 8 months ago (2012-11-25 09:38:04 UTC) #4
dave_cheney.net
LGTM. Thanks Mikio. If you have tested this then I think you should submit it, ...
12 years, 8 months ago (2012-11-25 09:40:49 UTC) #5
minux1
LGTM.
12 years, 8 months ago (2012-11-25 09:42:42 UTC) #6
mikio
12 years, 8 months ago (2012-11-25 09:46:49 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=db11b6a8c8f9 ***

runtime: fix madvise for freebsd/amd64

Make use of carry clear condition instead of low or same.

R=minux.ma, jsing, dave
CC=golang-dev
http://codereview.appspot.com/6844080
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b