Ben Noordhuis
61dfe5d2a9
Revert dcf6955: Fix V8 mingw32 build
Patch has been merged upstream in V8 3.4.6.
Fixes #1351 .
13 years ago
Ryan Dahl
ef1be160d6
Upgrade V8 to 3.4.12.1
13 years ago
vegorov@chromium.org
17bff6082a
Correctly propagate toolchain setting in SConstruct.
Patch by Bert Belder.
Review URL: http://codereview.chromium.org/7309014
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
vegorov@chromium.org
442c5c95ad
MinGW32: define STRUNCATE and change strncpy_s implementation to follow specification.
This fixes the debug build for MinGW32
Patch by Bert Belder.
Review URL: http://codereview.chromium.org/7308007
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8552 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
Henry Rawas
dcf6955c10
Fix V8 mingw32 build
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
14 years ago
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
14 years ago
Ryan Dahl
073fbea0f5
Bring back execScript
Undoing
http://codereview.chromium.org/7060008
https://groups.google.com/forum/#!topic/v8-dev/JTRHrPHFBts
14 years ago
Ryan Dahl
149562555c
Downgrade V8 to 3.1.8.25
There are serious performance regressions both in V8 and our own legacy
networking stack. Until we correct our own problems we are going back to the
old V8.
14 years ago
Ryan Dahl
6054dcc130
Upgrade V8 to 3.4.9
14 years ago
Bert Belder
c953ecfb9e
Fix v8 mingw build
14 years ago
Robert Mustacchi
2cfab04037
Fix solaris build ( http://codereview.chromium.org/7282034/ )
14 years ago
Henry Rawas
2e1af6df49
Fix V8 mingw32 build
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
14 years ago
Ryan Dahl
33af2720f2
Upgrade V8 to 3.4.8
14 years ago
Ryan Dahl
61553ccdda
Upgrade V8 to 3.1.8.25
14 years ago
Ryan Dahl
cee4ce39a9
Upgrade V8 to 3.1.8.16
14 years ago
Ryan Dahl
eb57d1b9b1
Upgrade V8 to 3.1.8.14
14 years ago
Ryan Dahl
0b1920b202
Upgrade v8 to 3.1.8.10
14 years ago
Ryan Dahl
6631983dd1
Upgrade V8 to 3.1.8.8
14 years ago
Ryan Dahl
c8ee19a618
Upgrade V8 to 3.1.8.5
14 years ago
Ryan Dahl
53dc74e12f
Upgrade V8 to 3.1.8.3
14 years ago
Ryan Dahl
975d020286
Fix gcc version checking for aliasing features
14 years ago
Ryan Dahl
12c02b378d
Use pthread_kill for V8/Solaris sampling
14 years ago
Ryan Dahl
6802c90d1f
Sample correct registers on Solaris
http://codereview.chromium.org/6676019/
14 years ago
Ryan Dahl
e14aa64591
Fix V8 runtime profiler for solaris
14 years ago
Bert Belder
b3884c574b
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
14475c77a6
Upgrade V8 to 3.1.8
14 years ago
Ryan Dahl
5f95d9a75d
Remove -Werror from V8
14 years ago
Bert Belder
4a34692903
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
6442cbef20
Upgrade V8 to 3.1.7
14 years ago
Bert Belder
df15472d34
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
e33e7d1a37
Upgrade V8 to 3.1.6
14 years ago
Bert Belder
a5e67ad9e7
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Bert Belder
b1664daeb9
V8 Cygwin support
14 years ago
Ryan Dahl
550f73ae3e
Upgrade V8 to 3.1.5
14 years ago
Bert Belder
a293f90db4
Improve V8 support for Cygwin
Should re-enable crankshaft; can build w/ snapshot again.
14 years ago
Ryan Dahl
c6712ced20
Add newline to platform-cygwin.cc
14 years ago
Bert Belder
583f2e5999
Follow-up fix for v8 cygwin build
14 years ago
Bert Belder
fd013d17a2
V8 cygwin support
14 years ago
Bert Belder
35e32225d1
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
a0702b54d1
Upgrade V8 to 3.1.2
14 years ago
Ryan Dahl
ee092f62ca
Upgrade V8 to 3.1.1
14 years ago
Bert Belder
9526fef626
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
0634e3a8bc
Upgrade V8 to 3.1.0
14 years ago
Bert Belder
88947dc4f0
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
7eaa956bae
Upgrade V8 to 3.0.12
14 years ago
Ryan Dahl
4c5e570706
Upgrade V8 to 3.0.10
14 years ago
kmillikin@chromium.org
7c2869046e
Fix an assertion failure in the full code generator.
We hit an assertion failure when we tried to record the AST ID of
the (shared) .arguments variable proxy more than once. This was hit
when we had multiple calls to the same parameter in a function that
used the arguments object. The fix is to not visit the subexpressions
of the (shared) property access expression.
BUG=1060
Review URL: http://codereview.chromium.org/6368007
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@6404 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
Bert Belder
a61066ea1b
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
b8f006ef72
Upgrade V8 to 3.0.9
14 years ago
Bert Belder
b70f8aec84
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago