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

Issue 259058: Added command line flag --sync_with_push (default: true) to... (Closed)

Created:
11 years, 2 months ago by fschneider
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Added command line flag --sync_with_push (default: true) to emit 'push' instead of 'sub esp, xxx' followed by 'mov' instructions Reduces generated code size by 10-15% on several benchmarks. Done on ia32 and x64 (no sync operation in the virtual frame on ARM architecture)

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -16 lines) Patch
M src/ia32/virtual-frame-ia32.cc View 1 1 chunk +9 lines, -8 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 1 chunk +9 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
fschneider
11 years, 2 months ago (2009-10-06 14:47:22 UTC) #1
fschneider
Uploaded new patchset. As Kevin suggested I dropped the command line flag and removed the ...
11 years, 2 months ago (2009-10-07 12:06:59 UTC) #2
William Hesse
11 years, 2 months ago (2009-10-07 14:36:38 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698