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

Issue 3197010: Version 2.3.10... (Closed)

Created:
10 years, 4 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 2.3.10 Fix bug in bitops on ARM. Build fixes for unusual compilers. Track high water mark for RWX memory. Performance improvements on all platforms. Committed: http://code.google.com/p/v8/source/detail?r=5318

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1519 lines, -504 lines) Patch
M ChangeLog View 1 chunk +11 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +0 lines, -2 lines 0 comments Download
M include/v8-profiler.h View 4 chunks +28 lines, -4 lines 0 comments Download
M src/api.cc View 3 chunks +28 lines, -2 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +1 line, -2 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 4 chunks +82 lines, -14 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +10 lines, -19 lines 0 comments Download
M src/arm/simulator-arm.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/builtins.cc View 5 chunks +18 lines, -10 lines 0 comments Download
M src/codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/cpu-profiler.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.h View 1 chunk +5 lines, -36 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +10 lines, -73 lines 0 comments Download
M src/heap.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/heap-profiler.h View 7 chunks +56 lines, -8 lines 0 comments Download
M src/heap-profiler.cc View 8 chunks +381 lines, -63 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 5 chunks +106 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +16 lines, -25 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/jump-target-heavy.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/liveedit.cc View 3 chunks +15 lines, -3 lines 0 comments Download
M src/mark-compact.cc View 3 chunks +32 lines, -7 lines 0 comments Download
M src/objects.h View 11 chunks +23 lines, -15 lines 0 comments Download
M src/objects.cc View 6 chunks +23 lines, -39 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects-inl.h View 4 chunks +28 lines, -11 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/profile-generator.h View 10 chunks +32 lines, -6 lines 0 comments Download
M src/profile-generator.cc View 13 chunks +42 lines, -49 lines 0 comments Download
M src/profile-generator-inl.h View 2 chunks +25 lines, -7 lines 0 comments Download
M src/regexp.js View 3 chunks +2 lines, -13 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 4 chunks +62 lines, -3 lines 0 comments Download
M src/serialize.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/serialize.cc View 5 chunks +28 lines, -1 line 0 comments Download
M src/spaces.h View 7 chunks +20 lines, -6 lines 0 comments Download
M src/spaces.cc View 14 chunks +36 lines, -7 lines 0 comments Download
M src/spaces-inl.h View 3 chunks +18 lines, -8 lines 0 comments Download
M src/utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +1 line, -2 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 5 chunks +95 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +11 lines, -19 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 4 chunks +125 lines, -0 lines 0 comments Download
M test/mjsunit/regexp.js View 1 chunk +18 lines, -0 lines 0 comments Download
A test/mjsunit/shifts.js View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
10 years, 4 months ago (2010-08-23 11:26:56 UTC) #1
Mads Ager (chromium)
10 years, 4 months ago (2010-08-23 11:36:34 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698