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

Issue 2902063003: Fix new space allocation in parser which can be triggered on background compiler (Closed)

Created:
3 years, 7 months ago by kustermann
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix new space allocation in parser which can be triggered on background compiler This CL introduces also `Parser::allocation_space_` field which is set to Heap::kNew on mutator thread and Heap::kOld on all other threads. R=asiva@google.com, vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/ef71b485eb6776754558090c9cef9d0d62c9b36f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -34 lines) Patch
M runtime/vm/parser.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 17 chunks +33 lines, -34 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
kustermann
In order to catch all new-space allocations reachable from the parser (transitively), I've made [experiment] ...
3 years, 7 months ago (2017-05-24 15:51:29 UTC) #2
siva
lgtm
3 years, 7 months ago (2017-05-25 01:33:07 UTC) #3
Vyacheslav Egorov (Google)
lgtm
3 years, 6 months ago (2017-05-29 08:57:43 UTC) #5
kustermann
3 years, 6 months ago (2017-05-29 09:06:59 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ef71b485eb6776754558090c9cef9d0d62c9b36f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698