Chromium Code Reviews

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

Created:
11 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Kevin Millikin (Chromium)
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 Stats (+21 lines, -30 lines)
M src/ia32/assembler-ia32.h View 1 chunk +3 lines, -1 line 0 comments
M src/ia32/macro-assembler-ia32.cc View 3 chunks +18 lines, -29 lines 0 comments

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