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

Issue 3030049: Reapplying r5174 (Avoid GC when compiling CallIC stubs).... (Closed)

Created:
10 years, 4 months ago by Vladislav Kaznacheev
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Reapplying r5174 (Avoid GC when compiling CallIC stubs). I could not find a way to introduce simple yet useful assertions, so I removed the assertions that broke tests. The new patch just fixes the actual problem (GC triggered while raw pointers are held in LookupResult). Committed: http://code.google.com/p/v8/source/detail?r=5196

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -46 lines) Patch
M src/arm/stub-cache-arm.cc View 7 chunks +17 lines, -9 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 9 chunks +21 lines, -14 lines 0 comments Download
M src/stub-cache.h View 2 chunks +3 lines, -5 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +17 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vladislav Kaznacheev
10 years, 4 months ago (2010-08-05 16:19:53 UTC) #1
antonm
LGTM, but... I'd keep asserts reducing their scope.
10 years, 4 months ago (2010-08-05 16:29:34 UTC) #2
Vitaly Repeshko
10 years, 4 months ago (2010-08-05 16:33:48 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698