Go to file
sgjesse@chromium.org 577741308b First step in refactoring the logging system to allow the logging messages to have other destinations than an open file.
This change introduces a log message builder which builds the log message in a static string buffer instead of formatting the log message through fprintf. Currently this message can only be written to a file afterwards.

Changed the code related events to use the log message builder.
Review URL: http://codereview.chromium.org/20406

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1284 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-17 08:21:24 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Remove experimental ExternalSymbolCallback feature. This is not needed 2009-02-12 16:58:55 +00:00
samples Fix debugger function that treated retry-after-gc failure as an 2009-02-16 13:31:13 +00:00
src First step in refactoring the logging system to allow the logging messages to have other destinations than an open file. 2009-02-17 08:21:24 +00:00
test Lots of small optimizations, and one that is measurable (speeds up celtickane-array signficantly). 2009-02-16 10:18:34 +00:00
tools Support for building V8 with MinGW 2009-02-09 15:06:07 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare push to trunk containing two irregexp crash fixes and support 2009-02-13 10:03:06 +00:00
LICENSE Added regexp tests from PCRE. 2009-02-02 14:15:18 +00:00
SConstruct Fix linking of mksnapshot 2009-02-09 16:00:55 +00:00