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

Issue 3076032: [Isolates] A fix for 2 crashing tests in arm simulator (post-API patch). (Closed)

Created:
10 years, 4 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko, zarko
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] A fix for 2 crashing tests in arm simulator (post-API patch). Need to keep a per-isolate/per-thread instance of Simulator, rather then have one Simulator per thread as was before. Also, need to enter default isolate in Simulator::current() since APIs like SetResourceConstraints require a Simulator before V8::Initialize. Committed: http://code.google.com/p/v8/source/detail?r=5200

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -19 lines) Patch
M src/arm/simulator-arm.cc View 1 chunk +11 lines, -7 lines 0 comments Download
M src/isolate.h View 6 chunks +16 lines, -6 lines 0 comments Download
M src/isolate.cc View 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Dmitry Titov
10 years, 4 months ago (2010-08-04 22:44:16 UTC) #1
zarko
10 years, 4 months ago (2010-08-04 23:43:04 UTC) #2
On 2010/08/04 22:44:16, Dmitry Titov wrote:
> 

LGTM

Powered by Google App Engine
This is Rietveld 408576698