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

Issue 159784: Removed unsafe optimization in RecordWrite. (Closed)

Created:
11 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Removed unsafe optimization in RecordWrite. Optimization was only unsafe if new-space was in the low half of memory and an object could be located in the top half at an addressed that only differ from a new-space address by the high bit.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -30 lines) Patch
M src/ia32/assembler-ia32.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +18 lines, -29 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Safetyfied RecordWrite.
11 years, 4 months ago (2009-08-03 11:39:06 UTC) #1
Kevin Millikin (Chromium)
11 years, 4 months ago (2009-08-03 12:31:39 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698