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

Issue 115564: Size reduction of VirtualFrame objects. Remove the code generator and... (Closed)

Created:
11 years, 7 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Size reduction of VirtualFrame objects. Remove the code generator and macro assembler pointers and all derived state. Committed: http://code.google.com/p/v8/source/detail?r=2011

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -358 lines) Patch
M src/arm/codegen-arm.cc View 69 chunks +71 lines, -71 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 12 chunks +53 lines, -58 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 9 chunks +24 lines, -32 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 12 chunks +49 lines, -54 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 30 chunks +50 lines, -59 lines 0 comments Download
M src/jump-target.cc View 2 chunks +1 line, -5 lines 0 comments Download
M src/virtual-frame.cc View 5 chunks +6 lines, -19 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 12 chunks +48 lines, -53 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 7 months ago (2009-05-20 10:25:32 UTC) #1
Mads Ager (chromium)
11 years, 7 months ago (2009-05-20 10:28:28 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698