Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 558753003: Fix ancient Windows freelist bug. (Closed)

Created:
6 years, 3 months ago by koda
Modified:
6 years, 3 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix ancient Windows freelist bug. Since r9836 (July 2012), we have been searching the freelists in the wrong order on Windows. The recently added bit_set_test.cc uncovered this bug. Also add dedicated unit test case for Utils::Count*Zeros. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=40067

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -4 lines) Patch
M runtime/platform/utils_win.h View 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/utils_test.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
koda
6 years, 3 months ago (2014-09-09 22:31:51 UTC) #1
koda
FYI, the only other place where Utils::CountTrailingZeros is currently used is the arm64 assembler, which ...
6 years, 3 months ago (2014-09-09 22:44:44 UTC) #3
koda
+asiva
6 years, 3 months ago (2014-09-09 22:47:04 UTC) #5
siva
lgtm
6 years, 3 months ago (2014-09-09 22:57:08 UTC) #6
koda
Committed patchset #2 (id:40001) manually as r40067 (presubmit successful).
6 years, 3 months ago (2014-09-09 22:59:08 UTC) #7
Ivan Posva
6 years, 3 months ago (2014-09-09 23:12:56 UTC) #8
Message was sent while issue was closed.
LGTM+1

-Ivan

Powered by Google App Engine
This is Rietveld 408576698