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

Issue 6960009: Version 3.3.5 (Closed)

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

Description

Version 3.3.5 Fixed build on FreeBSD. Patch by Akinori MUSHA. Added check that receiver is JSObject on API calls. Implemented CallAsConstructor method for Object in the API (Issue 1348). Patch by Peter Varga. Added CallAsFunction method to the Object class in the API (Issue 1336). Patch by Peter Varga. Added per-isolate locking and unlocking. Fixed bug in x64 >>> operator (Issue 1359). Committed: http://code.google.com/p/v8/source/detail?r=7816

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3261 lines, -1244 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +17 lines, -0 lines 0 comments Download
M include/v8.h View 6 chunks +51 lines, -24 lines 0 comments Download
M include/v8-preparser.h View 1 chunk +2 lines, -1 line 0 comments Download
M preparser/preparser-process.cc View 4 chunks +166 lines, -18 lines 0 comments Download
M src/accessors.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/api.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/api.cc View 6 chunks +72 lines, -5 lines 0 comments Download
M src/arguments.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +28 lines, -8 lines 0 comments Download
M src/arm/code-stubs-arm.h View 3 chunks +76 lines, -6 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 6 chunks +388 lines, -35 lines 0 comments Download
M src/arm/ic-arm.cc View 3 chunks +14 lines, -73 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +23 lines, -17 lines 0 comments Download
M src/arm/simulator-arm.h View 4 chunks +8 lines, -5 lines 0 comments Download
M src/arm/simulator-arm.cc View 5 chunks +25 lines, -28 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +9 lines, -63 lines 0 comments Download
M src/array.js View 19 chunks +95 lines, -0 lines 0 comments Download
M src/assembler.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/builtins.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stubs.h View 3 chunks +4 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.cc View 3 chunks +25 lines, -31 lines 0 comments Download
M src/cpu.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/data-flow.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/date.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/dateparser.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/disassembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/execution.h View 3 chunks +7 lines, -1 line 0 comments Download
M src/execution.cc View 7 chunks +62 lines, -9 lines 0 comments Download
M src/extensions/experimental/experimental.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/extensions/experimental/i18n.js View 2 chunks +119 lines, -55 lines 0 comments Download
M src/extensions/experimental/i18n-extension.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/extensions/experimental/i18n-locale.h View 1 chunk +14 lines, -7 lines 0 comments Download
M src/extensions/experimental/i18n-locale.cc View 1 chunk +53 lines, -113 lines 0 comments Download
M src/frame-element.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/frames.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gdb-jit.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.h View 3 chunks +4 lines, -1 line 0 comments Download
M src/hydrogen.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +17 lines, -7 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +20 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 3 chunks +88 lines, -8 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 7 chunks +368 lines, -34 lines 0 comments Download
M src/ia32/ic-ia32.cc View 3 chunks +14 lines, -68 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +23 lines, -17 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/simulator-ia32.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +7 lines, -57 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/isolate.h View 4 chunks +10 lines, -1 line 0 comments Download
M src/isolate.cc View 8 chunks +22 lines, -6 lines 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/lithium.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/liveedit.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/log.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/log-utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/messages.js View 2 chunks +5 lines, -0 lines 0 comments Download
M src/mips/simulator-mips.h View 4 chunks +7 lines, -5 lines 0 comments Download
M src/mips/simulator-mips.cc View 2 chunks +10 lines, -12 lines 0 comments Download
M src/objects.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M src/platform-freebsd.cc View 4 chunks +6 lines, -30 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/preparse-data.h View 2 chunks +4 lines, -29 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/preparser.h View 9 chunks +26 lines, -5 lines 0 comments Download
M src/preparser.cc View 6 chunks +47 lines, -4 lines 0 comments Download
M src/preparser-api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/prettyprinter.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/profile-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/property.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M src/safepoint-table.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/scanner-base.h View 6 chunks +22 lines, -14 lines 0 comments Download
M src/scanner-base.cc View 6 chunks +32 lines, -26 lines 0 comments Download
M src/scopeinfo.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/spaces.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/splay-tree.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/string.js View 14 chunks +79 lines, -0 lines 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/top.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/unbound-queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8natives.js View 6 chunks +28 lines, -0 lines 0 comments Download
M src/v8threads.cc View 8 chunks +69 lines, -58 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/vm-state.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.h View 3 chunks +87 lines, -7 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 7 chunks +358 lines, -33 lines 0 comments Download
M src/x64/ic-x64.cc View 3 chunks +14 lines, -66 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +23 lines, -17 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/simulator-x64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +7 lines, -57 lines 0 comments Download
M src/zone.h View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +5 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api.cc View 7 chunks +346 lines, -42 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 chunk +22 lines, -14 lines 0 comments Download
M test/es5conform/es5conform.status View 2 chunks +0 lines, -12 lines 0 comments Download
M test/mjsunit/compiler/regress-1085.js View 1 chunk +4 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1210.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-485.js View 1 chunk +0 lines, -13 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/preparser/testcfg.py View 4 chunks +31 lines, -3 lines 0 comments Download
M test/sputnik/sputnik.status View 3 chunks +1 line, -21 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +2 lines, -1 line 0 comments Download
M tools/test.py View 5 chunks +14 lines, -10 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698