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

Issue 204039: Fix GC bug and ARM simulator timeout (Closed)

Created:
11 years, 3 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix GC bug and ARM simulator timeout. In the Runtime_DebugGetPropertyDetails the raw object pointers from a LookupResult could be used after a GC might have happened. Fixed the bug and restructured the code to make it less likely for changes to the code to re-introduce the bug. Skipped a long running test from the ARM simulator in debug mode (and renamed the test). Committed: http://code.google.com/p/v8/source/detail?r=2902

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -157 lines) Patch
M src/runtime.cc View 1 1 chunk +35 lines, -39 lines 0 comments Download
A + test/mjsunit/array-constructor.js View 0 chunks +-1 lines, --1 lines 0 comments Download
D test/mjsunit/array-construtor.js View 1 chunk +0 lines, -119 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-16 13:04:55 UTC) #1
Christian Plesner Hansen
11 years, 3 months ago (2009-09-16 13:07:25 UTC) #2
Lgtm

Powered by Google App Engine
This is Rietveld 408576698