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

Issue 867223003: Attempt to fix clang build another time. (Closed)

Created:
5 years, 11 months ago by Florian Schneider
Modified:
5 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Attempt to fix clang build another time. This error is not reproducible with my local clang build. Committed: https://code.google.com/p/dart/source/detail?r=43106

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M runtime/vm/raw_object.h View 1 chunk +3 lines, -2 lines 2 comments Download

Messages

Total messages: 8 (2 generated)
Florian Schneider
5 years, 11 months ago (2015-01-23 13:46:19 UTC) #2
Florian Schneider
TBR
5 years, 11 months ago (2015-01-23 13:46:37 UTC) #3
Florian Schneider
Committed patchset #1 (id:1) manually as r43106 (presubmit successful).
5 years, 11 months ago (2015-01-23 13:47:45 UTC) #4
Vyacheslav Egorov (Google)
lgtm
5 years, 11 months ago (2015-01-23 13:48:53 UTC) #5
Ivan Posva
Please fix at least the use of defines. -Ivan https://codereview.chromium.org/867223003/diff/1/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/867223003/diff/1/runtime/vm/raw_object.h#newcode1026 runtime/vm/raw_object.h:1026: ...
5 years, 11 months ago (2015-01-23 18:57:31 UTC) #7
Florian Schneider
5 years, 11 months ago (2015-01-26 10:28:02 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/867223003/diff/1/runtime/vm/raw_object.h
File runtime/vm/raw_object.h (right):

https://codereview.chromium.org/867223003/diff/1/runtime/vm/raw_object.h#newc...
runtime/vm/raw_object.h:1026: #if defined(TARGET_ARCH_X64) ||
defined(TARGET_ARCH_ARM64)
On 2015/01/23 18:57:31, Ivan Posva wrote:
> ARCH_IS_64_BIT
> 
> Alternatively you could limit the offset to a reasonable amount and have some
> bits left over with the added benefit that you can go back to
Utils::IsUint(24,
> value).

The proper fix would be to rewrite IsUint/IsInt to work on cross-platform.
Unfortunately I can't reproduce the buildbot's error messages: My previous
asserts all compiled fine locally with clang and gcc), so doing this would
involve guesswork about what may compile there.

Powered by Google App Engine
This is Rietveld 408576698