diff options
| author | Leon Clarke <leonclarke@google.com> | 2010-06-03 12:02:55 +0100 |
|---|---|---|
| committer | Leon Clarke <leonclarke@google.com> | 2010-06-03 12:05:35 +0100 |
| commit | f7060e27768c550ace7ec48ad8c093466db52dfa (patch) | |
| tree | 43a297e3fcc3fd81c7637fcbe8b31b3d02fd337d /ChangeLog | |
| parent | f4f2cc060fdf724f592c425cced19bc9a3fc7e40 (diff) | |
| download | android_external_v8-f7060e27768c550ace7ec48ad8c093466db52dfa.tar.gz android_external_v8-f7060e27768c550ace7ec48ad8c093466db52dfa.tar.bz2 android_external_v8-f7060e27768c550ace7ec48ad8c093466db52dfa.zip | |
Update V8 to r4730 as required by WebKit r60469
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +2010-05-26: Version 2.2.12 + + Allowed accessors to be defined on objects rather than just object + templates. + + Changed the ScriptData API. + + +2010-05-21: Version 2.2.11 + + Fix crash bug in liveedit on 64 bit. + + Use 'full compiler' when debugging is active. This should increase + the density of possible break points, making single step more fine + grained. This will only take effect for functions compiled after + debugging has been started, so recompilation of all functions is + required to get the full effect. IA32 and x64 only for now. + + Misc. fixes to the Solaris build. + + Add new flags --print-cumulative-gc-stat and --trace-gc-nvp. + + Add filtering of CPU profiles by security context. + + Fix crash bug on ARM when running without VFP2 or VFP3. + + Incremental performance improvements in all backends. + + 2010-05-17: Version 2.2.10 Performance improvements in the x64 and ARM backends. @@ -11,7 +40,7 @@ non date string (issue 696). Allow unaligned memory accesses on ARM targets that support it (by - Subrato K De of CodeAurora <subratokde@codeaurora.org>). + Subrato K De of CodeAurora <subratokde@codeaurora.org>). C++ API for retrieving JavaScript stack trace information. |
