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

Issue 14247005: Add flag --check-function-fingerprints, it checks all function fingerprints of the intrinsifier and… (Closed)

Created:
7 years, 8 months ago by srdjan
Modified:
7 years, 8 months ago
Reviewers:
hausner, siva, Ivan Posva
CC:
reviews_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Add flag --check-function-fingerprints, it checks all function fingerprints of the intrinsifier and method recognizer. Added flag to a test so that the fingerprints will be tested during a regular test. Committed: https://code.google.com/p/dart/source/detail?r=21711

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -3 lines) Patch
M runtime/bin/main.cc View 4 chunks +21 lines, -1 line 0 comments Download
M runtime/include/dart_api.h View 1 chunk +6 lines, -0 lines 1 comment Download
M runtime/vm/dart_api_impl.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 2 chunks +61 lines, -0 lines 0 comments Download
M tests/language/bootstrap_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
7 years, 8 months ago (2013-04-18 22:03:31 UTC) #1
hausner
DBC: Would be nice to get output that can be fed into sed to update ...
7 years, 8 months ago (2013-04-18 22:36:46 UTC) #2
siva
LGTM with latest update which would run RECOGNIZED_LIST on all the libraries. https://codereview.chromium.org/14247005/diff/5001/runtime/vm/object.h File runtime/vm/object.h ...
7 years, 8 months ago (2013-04-18 22:48:32 UTC) #3
srdjan
On 2013/04/18 22:36:46, hausner wrote: > DBC: Would be nice to get output that can ...
7 years, 8 months ago (2013-04-18 22:58:19 UTC) #4
srdjan
https://codereview.chromium.org/14247005/diff/5001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/14247005/diff/5001/runtime/vm/object.h#newcode2192 runtime/vm/object.h:2192: // Checks function fingerprints. Prints mismatches and aborts if ...
7 years, 8 months ago (2013-04-18 23:00:43 UTC) #5
srdjan
Committed patchset #8 manually as r21711 (presubmit successful).
7 years, 8 months ago (2013-04-18 23:18:20 UTC) #6
Ivan Posva
7 years, 8 months ago (2013-04-23 12:19:30 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/14247005/diff/13009/runtime/include/dart_api.h
File runtime/include/dart_api.h (right):

https://codereview.chromium.org/14247005/diff/13009/runtime/include/dart_api....
runtime/include/dart_api.h:2449: * Check that all function fingerprints are OK.
I have a hard time understanding why we had to pollute the Dart API for an
internal check like this. Rather we should move in the other direction getting
rid of Dart_CompilerAll() in the embedders API.

Powered by Google App Engine
This is Rietveld 408576698