node/deps/v8
Ryan Dahl 32e8692b06 Apply V8 r5951 to fix Mac build
From f3973972b727df480697443871d780596aba0201 Mon Sep 17 00:00:00 2001
From: erik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Date: Wed, 8 Dec 2010 16:23:25 +0000
Subject: [PATCH] Speed up quoting of JSON strings by allocating a string that is big enough
 and then trimming it when the length is known.  This way we only have to
 traverse the input once.
 Review URL: http://codereview.chromium.org/5556012
2010-12-10 11:22:12 -08:00
..
benchmarks
include Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
preparser Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
samples Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
src Apply V8 r5951 to fix Mac build 2010-12-10 11:22:12 -08:00
test Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
tools Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
.gitignore
0001-Patch-for-Cygwin.patch
AUTHORS Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
ChangeLog Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
LICENSE Upgrade V8 to 2.5.8 2010-11-24 01:03:06 -08:00
SConstruct Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00