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

Issue 9835074: Fix for issue 2233 (Closed)

Created:
8 years, 9 months ago by siva
Modified:
8 years, 9 months ago
Reviewers:
cshapiro
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix for issue 2233 - Fixed the bigint instance allocation path when full snapshots are read. - JSRegExp objects are only serialized/deserialized in a message snapshot and hence do not need that special path. There is an assertion in JSRegExp to ensure that these objects are not part of a full snapshot. Committed: https://code.google.com/p/dart/source/detail?r=5802

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -42 lines) Patch
M vm/bigint_operations.h View 1 2 3 4 2 chunks +17 lines, -3 lines 0 comments Download
M vm/bigint_operations.cc View 1 2 3 4 4 chunks +44 lines, -34 lines 0 comments Download
M vm/object.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M vm/object.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M vm/raw_object_snapshot.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M vm/snapshot.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M vm/snapshot.cc View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
M vm/snapshot_test.cc View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
8 years, 9 months ago (2012-03-24 01:33:58 UTC) #1
cshapiro
lgtm https://chromiumcodereview.appspot.com/9835074/diff/5003/vm/bigint_operations.cc File vm/bigint_operations.cc (right): https://chromiumcodereview.appspot.com/9835074/diff/5003/vm/bigint_operations.cc#newcode126 vm/bigint_operations.cc:126: intptr_t bigint_length = ((hex_length - 1) / kHexCharsPerDigit) ...
8 years, 9 months ago (2012-03-24 01:48:07 UTC) #2
siva
https://chromiumcodereview.appspot.com/9835074/diff/5003/vm/bigint_operations.cc File vm/bigint_operations.cc (right): https://chromiumcodereview.appspot.com/9835074/diff/5003/vm/bigint_operations.cc#newcode126 vm/bigint_operations.cc:126: intptr_t bigint_length = ((hex_length - 1) / kHexCharsPerDigit) + ...
8 years, 9 months ago (2012-03-24 02:25:03 UTC) #3
siva
8 years, 9 months ago (2012-03-24 02:26:35 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698