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

Issue 3078033: Version 2.3.6 (Closed)

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

Description

Version 2.3.6 RegExp literals create a new object every time they are evaluated (issue 704). Object.seal and Object.freeze return the modified object (issue 809). Fix building using GCC 4.4.4. Committed: http://code.google.com/p/v8/source/detail?r=5208

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+869 lines, -270 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +10 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 2 chunks +8 lines, -10 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 5 chunks +58 lines, -14 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 3 chunks +56 lines, -4 lines 0 comments Download
M src/arm/ic-arm.cc View 4 chunks +12 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 7 chunks +17 lines, -9 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen.h View 2 chunks +19 lines, -20 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 2 chunks +25 lines, -21 lines 0 comments Download
M src/heap.cc View 2 chunks +18 lines, -1 line 0 comments Download
M src/heap-inl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 chunk +10 lines, -9 lines 0 comments Download
M src/ia32/codegen-ia32.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 4 chunks +84 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +76 lines, -10 lines 0 comments Download
M src/ia32/ic-ia32.cc View 4 chunks +11 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +20 lines, -7 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 9 chunks +21 lines, -14 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 5 chunks +52 lines, -41 lines 0 comments Download
M src/regexp.js View 3 chunks +3 lines, -3 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/string.js View 4 chunks +8 lines, -5 lines 0 comments Download
M src/stub-cache.h View 2 chunks +3 lines, -5 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/v8.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/v8natives.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 2 chunks +6 lines, -13 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 3 chunks +83 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +75 lines, -9 lines 0 comments Download
M src/x64/ic-x64.cc View 3 chunks +11 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +12 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +17 lines, -11 lines 0 comments Download
M test/cctest/test-debug.cc View 3 chunks +52 lines, -16 lines 0 comments Download
M test/mjsunit/object-freeze.js View 1 chunk +4 lines, -0 lines 0 comments Download
M test/mjsunit/object-literal.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/object-seal.js View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
10 years, 4 months ago (2010-08-09 09:31:42 UTC) #1
Mads Ager (chromium)
10 years, 4 months ago (2010-08-09 09:36:21 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698