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

Issue 6740019: Remove counters from generated isolate-independent MemCopy on ia32 platform. (Closed)

Created:
9 years, 8 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove counters from generated isolate-independent MemCopy on ia32 platform. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=7457

Patch Set 1 #

Patch Set 2 : remove tabs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -14 lines) Patch
M src/ia32/codegen-ia32.cc View 1 5 chunks +9 lines, -11 lines 0 comments Download
M src/v8-counters.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
Will this fix it, or is there a fundamental reason why we need isolate-dependent copies. ...
9 years, 8 months ago (2011-03-31 08:24:24 UTC) #1
fschneider
Lgtm.
9 years, 8 months ago (2011-03-31 11:01:16 UTC) #2
Vitaly Repeshko
9 years, 8 months ago (2011-03-31 11:14:00 UTC) #3
LGTM.

This is an improvement, but still depends on isolate because of the CPU features
and handle scope. In one case it's actually called from NoHandleAllocation and
messes things up. I'll fix the CPU features today.


Thanks,
Vitaly

Powered by Google App Engine
This is Rietveld 408576698