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

Issue 9104042: Save zone memory in LEnvironment by using a bit vector. (Closed)

Created:
8 years, 10 months ago by fschneider
Modified:
8 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Save zone memory in LEnvironment by using a bit vector. We don't need to store the full representation for each value. Instead a bit to indicate tagged/untagged is enough. Committed: http://code.google.com/p/v8/source/detail?r=10572

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/lithium.h View 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 10 months ago (2012-01-31 16:51:54 UTC) #1
Jakob Kummerow
8 years, 10 months ago (2012-01-31 17:06:44 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698